mirror of
https://github.com/CLIUtils/CLI11.git
synced 2025-04-30 04:33:53 +00:00
Better example names
This commit is contained in:
parent
bfeadf8764
commit
100db357db
@ -14,6 +14,6 @@ function(add_cli_exe T)
|
|||||||
endif()
|
endif()
|
||||||
endfunction()
|
endfunction()
|
||||||
|
|
||||||
add_cli_exe(try try.cpp)
|
add_cli_exe(simple simple.cpp)
|
||||||
add_cli_exe(try1 try1.cpp)
|
add_cli_exe(subcommands subcommands.cpp)
|
||||||
add_cli_exe(try2 try2.cpp)
|
add_cli_exe(groups groups.cpp)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user