3 lines
57 B
CMake
Raw Normal View History

2009-11-14 01:56:15 +02:00
ADD_EXECUTABLE (main3 main.c)
ADD_TEST (TestMain3 main3)