1
0
mirror of https://github.com/CLIUtils/CLI11.git synced 2025-04-30 12:43:52 +00:00
CLI11/examples/CMakeLists.txt
2017-02-11 10:03:05 -05:00

9 lines
206 B
CMake

add_executable(try try.cpp)
target_link_libraries(try PUBLIC CLI)
add_executable(try1 try1.cpp)
target_link_libraries(try1 PUBLIC CLI)
add_executable(try2 try2.cpp)
target_link_libraries(try2 PUBLIC CLI)