4 lines
73 B
CMake
4 lines
73 B
CMake
add_executable(options_test options.cpp)
|
|
|
|
add_test(options options_test)
|
add_executable(options_test options.cpp)
|
|
|
|
add_test(options options_test)
|