From 77a34614e0a7f62eee7b0155d271bd1cb895534f Mon Sep 17 00:00:00 2001 From: Francois Keith <keith@lirmm.fr> Date: Tue, 23 Oct 2012 00:46:32 +0200 Subject: [PATCH] Add missing link. --- unitTesting/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/unitTesting/CMakeLists.txt b/unitTesting/CMakeLists.txt index 8516db1..d3ea346 100644 --- a/unitTesting/CMakeLists.txt +++ b/unitTesting/CMakeLists.txt @@ -35,5 +35,6 @@ FOREACH(test ${tests}) ADD_DEPENDENCIES(${EXECUTABLE_NAME} "${${test}_plugins_dependencies}") TARGET_LINK_LIBRARIES(${EXECUTABLE_NAME} "${${test}_plugins_dependencies}") ENDIF(${test}_plugins_dependencies) + TARGET_LINK_LIBRARIES(${EXECUTABLE_NAME} "-lsoth") ENDFOREACH(test) -- GitLab