diff options
author | Nrusingh Dash <mail2npdash@gmail.com> | 2012-12-28 23:21:22 +0900 |
---|---|---|
committer | christian linke <christian.linke@bmw.de> | 2013-01-07 09:51:43 +0100 |
commit | 0e0dd48074670493189ab28ff49fdd2cf298ff70 (patch) | |
tree | 2860c4d12de035f7001f664747b4cd887d2b2723 /AudioManagerDaemon | |
parent | 54c5e965fe8f9a53a78834028fd65c792493da2b (diff) | |
download | audiomanager-0e0dd48074670493189ab28ff49fdd2cf298ff70.tar.gz |
added DL library path to the following cmake files - AudioManagerDaemon/test/AmControlInterfaceTest/CMakeLists.txt - AudioManagerDaemon/test/AmDatabaseHandlerTest/CMakeLists.txt - AudioManagerDaemon/test/AmRouterTest/CMakeLists.txt - AudioManagerDaemon/test/AmRoutingInterfaceTest/CMakeLists.txt - AudioManagerDaemon/test/AmTelnetServerTest/CMakeLists.txt3.1
Signed-off-by: Nrusingh Dash <ndash@jp.adit-jv.com>
Diffstat (limited to 'AudioManagerDaemon')
5 files changed, 5 insertions, 1 deletions
diff --git a/AudioManagerDaemon/test/AmControlInterfaceTest/CMakeLists.txt b/AudioManagerDaemon/test/AmControlInterfaceTest/CMakeLists.txt index 6107389..5fb5020 100644 --- a/AudioManagerDaemon/test/AmControlInterfaceTest/CMakeLists.txt +++ b/AudioManagerDaemon/test/AmControlInterfaceTest/CMakeLists.txt @@ -67,6 +67,7 @@ TARGET_LINK_LIBRARIES(AmControlInterfaceTest ${DLT_LIBRARIES} ${DBUS_LIBRARY} ${CMAKE_THREAD_LIBS_INIT} + ${CMAKE_DL_LIBS} gtest gmock ) diff --git a/AudioManagerDaemon/test/AmDatabaseHandlerTest/CMakeLists.txt b/AudioManagerDaemon/test/AmDatabaseHandlerTest/CMakeLists.txt index 24f79be..f8303b3 100644 --- a/AudioManagerDaemon/test/AmDatabaseHandlerTest/CMakeLists.txt +++ b/AudioManagerDaemon/test/AmDatabaseHandlerTest/CMakeLists.txt @@ -68,6 +68,7 @@ TARGET_LINK_LIBRARIES( AmDatabaseHandlerTest ${DLT_LIBRARIES} ${DBUS_LIBRARY} ${CMAKE_THREAD_LIBS_INIT} + ${CMAKE_DL_LIBS} gtest gmock ) diff --git a/AudioManagerDaemon/test/AmRouterTest/CMakeLists.txt b/AudioManagerDaemon/test/AmRouterTest/CMakeLists.txt index 2a0468f..a43b9de 100644 --- a/AudioManagerDaemon/test/AmRouterTest/CMakeLists.txt +++ b/AudioManagerDaemon/test/AmRouterTest/CMakeLists.txt @@ -68,6 +68,7 @@ TARGET_LINK_LIBRARIES( AmRouterTest ${DLT_LIBRARIES} ${DBUS_LIBRARY} ${CMAKE_THREAD_LIBS_INIT} + ${CMAKE_DL_LIBS} gtest gmock ) diff --git a/AudioManagerDaemon/test/AmRoutingInterfaceTest/CMakeLists.txt b/AudioManagerDaemon/test/AmRoutingInterfaceTest/CMakeLists.txt index abda5c1..0316083 100644 --- a/AudioManagerDaemon/test/AmRoutingInterfaceTest/CMakeLists.txt +++ b/AudioManagerDaemon/test/AmRoutingInterfaceTest/CMakeLists.txt @@ -69,6 +69,7 @@ TARGET_LINK_LIBRARIES(AmRoutingInterfaceTest ${DLT_LIBRARIES} ${DBUS_LIBRARY} ${CMAKE_THREAD_LIBS_INIT} + ${CMAKE_DL_LIBS} gtest gmock ) diff --git a/AudioManagerDaemon/test/AmTelnetServerTest/CMakeLists.txt b/AudioManagerDaemon/test/AmTelnetServerTest/CMakeLists.txt index 181940c..ba09129 100644 --- a/AudioManagerDaemon/test/AmTelnetServerTest/CMakeLists.txt +++ b/AudioManagerDaemon/test/AmTelnetServerTest/CMakeLists.txt @@ -75,7 +75,7 @@ TARGET_LINK_LIBRARIES(AmTelnetServerTest ${DLT_LIBRARIES} ${DBUS_LIBRARY} ${CMAKE_THREAD_LIBS_INIT} - ${CMAKE_THREAD_LIBS_INIT} + ${CMAKE_DL_LIBS} gtest gmock ) |