summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Herchet <frank.fh.herchet@bmw.de>2012-06-20 13:35:50 +0200
committerchristian mueller <christian.ei.mueller@bmw.de>2012-06-25 12:37:02 +0200
commit2b451c614f1d272c8bb9488b618e561e86fd8653 (patch)
treec0c6f7e9833d8843ab4ca94d5bd93369ca1ea23b
parent82dc093296c2f2f89d14350e8710b18061af2e01 (diff)
downloadaudiomanager-2b451c614f1d272c8bb9488b618e561e86fd8653.tar.gz
* fix undefined reference to `clock_gettime' in In functions of `am::CAmSocketHandler'
Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
-rw-r--r--PluginControlInterface/test/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
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