3 lines
57 B
CMake
Raw Normal View History

2013-03-16 19:13:01 +02:00
add_executable (main2 main.c)
add_test (TestMain2 main2)