* fixed bug54
authorChristian Linke <christian.linke@bmw.de>
Thu, 13 Jun 2013 08:47:51 +0000 (10:47 +0200)
committerChristian Linke <christian.linke@bmw.de>
Thu, 13 Jun 2013 08:48:57 +0000 (10:48 +0200)
Signed-off-by: Christian Linke <christian.linke@bmw.de>
Signed-off-by: Christian Linke <christian.linke@bmw.de>
AudioManagerDaemon/test/AmSocketHandlerTest/CMakeLists.txt
PluginRoutingInterfaceAsync/test/CMakeLists.txt

index 26d8299..1d02636 100644 (file)
@@ -63,6 +63,7 @@ TARGET_LINK_LIBRARIES(AmSocketHandlerTest
     ${CMAKE_THREAD_LIBS_INIT}
     gtest
     gmock
+    rt
 )
 
 ADD_DEPENDENCIES(AmSocketHandlerTest gtest gmock)
index ad67048..3f0da4c 100644 (file)
@@ -68,6 +68,7 @@ TARGET_LINK_LIBRARIES(AmRoutingReceiveAsyncTest
     ${CMAKE_THREAD_LIBS_INIT}
     ${DBUS_LIBRARY}
     ${SQLITE_LIBRARIES}
+    rt
     gtest
     gmock
 )