summaryrefslogtreecommitdiff
path: root/PluginRoutingInterfaceDbus
diff options
context:
space:
mode:
authorAleksandar Donchev <Aleksander.Donchev@partner.bmw.de>2013-11-25 15:06:13 +0100
committerChristian Linke <christian.linke@bmw.de>2014-03-28 16:47:37 +0100
commit4ee76fe25e635fe8d1daa49f7af3ce4339048be9 (patch)
tree36684071d59daf1d4215b4b49b79517e20fdf466 /PluginRoutingInterfaceDbus
parentd0db55e3e2a37119d10b6db6092480fa544fd88b (diff)
downloadaudiomanager-4ee76fe25e635fe8d1daa49f7af3ce4339048be9.tar.gz
* Cmake scripts adopted for cross-compilation
Signed-off-by: Christian Linke <christian.linke@bmw.de>
Diffstat (limited to 'PluginRoutingInterfaceDbus')
-rw-r--r--PluginRoutingInterfaceDbus/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/PluginRoutingInterfaceDbus/CMakeLists.txt b/PluginRoutingInterfaceDbus/CMakeLists.txt
index 2e66871..5912e10 100644
--- a/PluginRoutingInterfaceDbus/CMakeLists.txt
+++ b/PluginRoutingInterfaceDbus/CMakeLists.txt
@@ -63,7 +63,7 @@ add_library(PluginRoutingInterfaceDbus MODULE ${PLUGINDBUS_SRCS_CXX})
TARGET_LINK_LIBRARIES(PluginRoutingInterfaceDbus
${DLT_LIBRARIES}
- ${DBUS_LIBRARY}
+ ${DBUS_LIBRARIES}
)
IF(WITH_TESTS)