From 4b9f135b064628304f7e4e7b3cb9fc6bec8803b9 Mon Sep 17 00:00:00 2001 From: Daniele Tricoli Date: Thu, 3 Sep 2015 02:15:19 +0200 Subject: [PATCH] Link subunit --- tests/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 57d0a24..260067a 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -1,4 +1,4 @@ -link_libraries(check oceanography pthread rt) +link_libraries(check oceanography pthread rt subunit) add_executable(test_oceanography test_oceanography.c)