From 2b451c614f1d272c8bb9488b618e561e86fd8653 Mon Sep 17 00:00:00 2001 From: Frank Herchet Date: Wed, 20 Jun 2012 13:35:50 +0200 Subject: * fix undefined reference to `clock_gettime' in In functions of `am::CAmSocketHandler' Signed-off-by: christian mueller --- PluginControlInterface/test/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/PluginControlInterface/test/CMakeLists.txt b/PluginControlInterface/test/CMakeLists.txt index 70a9339..4b75919 100644 --- a/PluginControlInterface/test/CMakeLists.txt +++ b/PluginControlInterface/test/CMakeLists.txt @@ -61,6 +61,7 @@ TARGET_LINK_LIBRARIES(AmControlReceiverShadowTest ${DBUS_LIBRARY} ${SQLITE_LIBRARIES} gmock + rt ) INSTALL(TARGETS AmControlReceiverShadowTest -- cgit v1.2.1