From 4ee76fe25e635fe8d1daa49f7af3ce4339048be9 Mon Sep 17 00:00:00 2001 From: Aleksandar Donchev Date: Mon, 25 Nov 2013 15:06:13 +0100 Subject: * Cmake scripts adopted for cross-compilation Signed-off-by: Christian Linke --- PluginControlInterface/test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'PluginControlInterface') diff --git a/PluginControlInterface/test/CMakeLists.txt b/PluginControlInterface/test/CMakeLists.txt index 37de565..87e2e1b 100644 --- a/PluginControlInterface/test/CMakeLists.txt +++ b/PluginControlInterface/test/CMakeLists.txt @@ -59,7 +59,7 @@ TARGET_LINK_LIBRARIES(AmControlReceiverShadowTest ${DLT_LIBRARIES} ${CMAKE_DL_LIBS} ${CMAKE_THREAD_LIBS_INIT} - ${DBUS_LIBRARY} + ${DBUS_LIBRARIES} ${SQLITE_LIBRARIES} gtest gmock -- cgit v1.2.1