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-06 11:51:06 -05:00

5 lines
135 B
CMake

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