From: Nrusingh Dash Date: Fri, 28 Dec 2012 14:21:22 +0000 (+0900) Subject: added DL library path to the following cmake files - AudioManagerDaemon/test/AmContro... X-Git-Tag: 3.1^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0e0dd48074670493189ab28ff49fdd2cf298ff70;p=profile%2Fivi%2Fgenivi%2Fgenivi-audio-manager.git 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.txt Signed-off-by: Nrusingh Dash --- 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 )