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 --- PluginRoutingInterfaceAsync/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'PluginRoutingInterfaceAsync/CMakeLists.txt') diff --git a/PluginRoutingInterfaceAsync/CMakeLists.txt b/PluginRoutingInterfaceAsync/CMakeLists.txt index 1bf09e2..ece397d 100644 --- a/PluginRoutingInterfaceAsync/CMakeLists.txt +++ b/PluginRoutingInterfaceAsync/CMakeLists.txt @@ -52,7 +52,7 @@ add_library(PluginRoutingInterfaceAsync MODULE ${PLUGINDBUS_SRCS_CXX}) TARGET_LINK_LIBRARIES(PluginRoutingInterfaceAsync ${DLT_LIBRARIES} - ${DBUS_LIBRARY} + ${DBUS_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT} ) -- cgit v1.2.1