1
0
mirror of https://github.com/CLIUtils/CLI11.git synced 2025-04-30 12:43:52 +00:00
CLI11/examples/CMakeLists.txt
Henry Fredrick Schreiner d070f32ed6 Adding cmake, tests
2017-01-26 16:48:30 -05:00

3 lines
80 B
CMake

add_executable(try try.cpp ${headers})
add_executable(try1 try1.cpp ${headers})