summaryrefslogtreecommitdiff
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 17:10:51 +0200
commit91a3bc9ebc79f2f14a9139c5743e1b5b3d894e7b (patch)
treecff7935a5724fd338c6af2cdc3a99aea1b8c7444
parentedbeb38b2c4e30aca2a209949e0a4fd401c49e95 (diff)
downloadaudiomanager-91a3bc9ebc79f2f14a9139c5743e1b5b3d894e7b.tar.gz
* fixed bug54
Signed-off-by: Christian Linke <christian.linke@bmw.de> Signed-off-by: Christian Linke <christian.linke@bmw.de>
-rw-r--r--AudioManagerDaemon/test/AmSocketHandlerTest/CMakeLists.txt1
-rw-r--r--PluginRoutingInterfaceAsync/test/CMakeLists.txt1
2 files changed, 2 insertions, 0 deletions
diff --git a/AudioManagerDaemon/test/AmSocketHandlerTest/CMakeLists.txt b/AudioManagerDaemon/test/AmSocketHandlerTest/CMakeLists.txt
index 26d8299..1d02636 100644
--- a/AudioManagerDaemon/test/AmSocketHandlerTest/CMakeLists.txt
+++ b/AudioManagerDaemon/test/AmSocketHandlerTest/CMakeLists.txt
@@ -63,6 +63,7 @@ TARGET_LINK_LIBRARIES(AmSocketHandlerTest
${CMAKE_THREAD_LIBS_INIT}
gtest
gmock
+ rt
)
ADD_DEPENDENCIES(AmSocketHandlerTest gtest gmock)
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
)