1
0
mirror of https://github.com/CLIUtils/CLI11.git synced 2025-04-30 12:43:52 +00:00
CLI11/examples/CMakeLists.txt
2017-03-27 13:53:57 -04:00

9 lines
257 B
CMake

add_executable(try try.cpp ${CLI_headers})
target_link_libraries(try PUBLIC CLI11)
add_executable(try1 try1.cpp ${CLI_headers})
target_link_libraries(try1 PUBLIC CLI11)
add_executable(try2 try2.cpp ${CLI_headers})
target_link_libraries(try2 PUBLIC CLI11)