CMake/Tests/CTestTestSubdir/subdir/CMakeLists.txt

3 lines
55 B
CMake

add_executable (main main.c)
add_test (TestMain1 main)