Fixed unresolved symbol error in ilmControl library. 04/23504/1
authorOssama Othman <ossama.othman@intel.com>
Thu, 26 Jun 2014 20:49:14 +0000 (13:49 -0700)
committerOssama Othman <ossama.othman@intel.com>
Thu, 26 Jun 2014 20:51:30 +0000 (13:51 -0700)
The ilmControl library uses symbols found in the
ivi-extension-protocol CMake project.  Link it.

Change-Id: Ib5862ac6875c2297ec661d6d6fd1d621d2ec1e45
Bug-Tizen: TC-1208
Signed-off-by: Ossama Othman <ossama.othman@intel.com>
ivi-layermanagement-api/ilmControl/CMakeLists.txt

index c5f27ee..0bd8035 100644 (file)
@@ -51,6 +51,7 @@ add_dependencies(${PROJECT_NAME}
 set(LIBS
     ${LIBS}
     ilmCommon
+    ivi-extension-protocol
     rt
     dl
     ${CMAKE_THREAD_LIBS_INIT}