CMake/Tests/CTestTestSubdir/subdir2/CMakeLists.txt

3 lines
57 B
CMake

add_executable (main2 main.c)
add_test (TestMain2 main2)