cxxopts/test/CMakeLists.txt
2016-08-25 08:49:56 +10:00

4 lines
73 B
CMake

add_executable(options_test options.cpp)
add_test(options options_test)