1
0
mirror of https://github.com/CLIUtils/CLI11.git synced 2025-05-01 05:03:52 +00:00
CLI11/tests/CMakeLists.txt
Henry Fredrick Schreiner 4b0f6dbfd6 Nicer adding of tests
2017-01-27 10:26:52 -05:00

8 lines
163 B
CMake

include(AddGoogletest)
add_executable(CLITest CLITest.cpp ${headers})
add_gtest(CLITest)
add_executable(SmallTest SmallTest.cpp ${headers})
add_gtest(SmallTest)