1
0
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:
Henry Fredrick Schreiner 2017-06-04 11:29:42 -04:00
parent bfeadf8764
commit 100db357db
4 changed files with 3 additions and 3 deletions

View File

@ -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)