summaryrefslogtreecommitdiff
path: root/PluginRoutingInterfaceAsync
diff options
context:
space:
mode:
authorChristian Linke <christian.linke@bmw.de>2013-06-13 10:47:51 +0200
committerChristian Linke <christian.linke@bmw.de>2013-06-13 10:48:57 +0200
commit45e7d70e34e375878ca8c74dca2965474131ad41 (patch)
treeb1ce8463ef6e1f314282d83f51c325bb3a3cb649 /PluginRoutingInterfaceAsync
parent8f039182978a53b5e3f129f098ea0c3a725dd588 (diff)
downloadaudiomanager-45e7d70e34e375878ca8c74dca2965474131ad41.tar.gz
* fixed bug54
Signed-off-by: Christian Linke <christian.linke@bmw.de> Signed-off-by: Christian Linke <christian.linke@bmw.de>
Diffstat (limited to 'PluginRoutingInterfaceAsync')
-rw-r--r--PluginRoutingInterfaceAsync/test/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/PluginRoutingInterfaceAsync/test/CMakeLists.txt b/PluginRoutingInterfaceAsync/test/CMakeLists.txt
index ad67048..3f0da4c 100644
--- a/PluginRoutingInterfaceAsync/test/CMakeLists.txt
+++ b/PluginRoutingInterfaceAsync/test/CMakeLists.txt
@@ -68,6 +68,7 @@ TARGET_LINK_LIBRARIES(AmRoutingReceiveAsyncTest
${CMAKE_THREAD_LIBS_INIT}
${DBUS_LIBRARY}
${SQLITE_LIBRARIES}
+ rt
gtest
gmock
)