From 91a3bc9ebc79f2f14a9139c5743e1b5b3d894e7b Mon Sep 17 00:00:00 2001 From: Christian Linke Date: Thu, 13 Jun 2013 10:47:51 +0200 Subject: * fixed bug54 Signed-off-by: Christian Linke Signed-off-by: Christian Linke --- AudioManagerDaemon/test/AmSocketHandlerTest/CMakeLists.txt | 1 + PluginRoutingInterfaceAsync/test/CMakeLists.txt | 1 + 2 files changed, 2 insertions(+) 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 ) -- cgit v1.2.1