liboceanography/tests/CMakeLists.txt
2015-09-03 02:15:19 +02:00

7 lines
173 B
CMake

link_libraries(check oceanography pthread rt subunit)
add_executable(test_oceanography test_oceanography.c)
enable_testing()
add_test(test_oceanography test_oceanography)