CMake/Tests/CTestTestSubdir/subdir3/CMakeLists.txt

3 lines
57 B
CMake

add_executable (main3 main.c)
add_test (TestMain3 main3)