diff options
author | Frank Herchet <frank.fh.herchet@bmw.de> | 2012-06-20 13:35:50 +0200 |
---|---|---|
committer | christian mueller <christian.ei.mueller@bmw.de> | 2012-06-25 12:37:02 +0200 |
commit | 2b451c614f1d272c8bb9488b618e561e86fd8653 (patch) | |
tree | c0c6f7e9833d8843ab4ca94d5bd93369ca1ea23b /PluginControlInterface | |
parent | 82dc093296c2f2f89d14350e8710b18061af2e01 (diff) | |
download | audiomanager-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>
Diffstat (limited to 'PluginControlInterface')
-rw-r--r-- | PluginControlInterface/test/CMakeLists.txt | 1 |
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 |