diff options
author | Aleksandar Donchev <Aleksander.Donchev@partner.bmw.de> | 2013-11-25 15:06:13 +0100 |
---|---|---|
committer | Christian Linke <christian.linke@bmw.de> | 2014-03-28 16:47:37 +0100 |
commit | 4ee76fe25e635fe8d1daa49f7af3ce4339048be9 (patch) | |
tree | 36684071d59daf1d4215b4b49b79517e20fdf466 /PluginRoutingInterfaceAsync/test | |
parent | d0db55e3e2a37119d10b6db6092480fa544fd88b (diff) | |
download | audiomanager-4ee76fe25e635fe8d1daa49f7af3ce4339048be9.tar.gz |
* Cmake scripts adopted for cross-compilation
Signed-off-by: Christian Linke <christian.linke@bmw.de>
Diffstat (limited to 'PluginRoutingInterfaceAsync/test')
-rw-r--r-- | PluginRoutingInterfaceAsync/test/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PluginRoutingInterfaceAsync/test/CMakeLists.txt b/PluginRoutingInterfaceAsync/test/CMakeLists.txt index 3f0da4c..434c6f9 100644 --- a/PluginRoutingInterfaceAsync/test/CMakeLists.txt +++ b/PluginRoutingInterfaceAsync/test/CMakeLists.txt @@ -66,7 +66,7 @@ ADD_EXECUTABLE(AmRoutingReceiveAsyncTest ${ASYNC_PLUGIN_INTERFACE_SRCS_CXX}) TARGET_LINK_LIBRARIES(AmRoutingReceiveAsyncTest ${CMAKE_DL_LIBS} ${CMAKE_THREAD_LIBS_INIT} - ${DBUS_LIBRARY} + ${DBUS_LIBRARIES} ${SQLITE_LIBRARIES} rt gtest |