Add include directory setting w.r.t. context-common 58/119658/1
authorMu-Woong Lee <muwoong.lee@samsung.com>
Sun, 19 Mar 2017 15:01:56 +0000 (00:01 +0900)
committerMu-Woong Lee <muwoong.lee@samsung.com>
Sun, 19 Mar 2017 15:01:56 +0000 (00:01 +0900)
Change-Id: I164a08b582621d4ebb923b998963b3d8ea0047c7
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
CMakeLists.txt

index e49d12c2591974ffb0bf9486fdb474eeddb210e2..04c4f5a39de4bcb4b960ecb8a9c993577f983bd0 100644 (file)
@@ -11,6 +11,12 @@ SET(DEPS "${DEPS} context-sensor-recorder-server")
 SET(DEPS "${DEPS} context-store-server")
 SET(DEPS "${DEPS} context-job-scheduler-server")
 
+SET(INCDIR "${CMAKE_INSTALL_INCLUDEDIR}/context-service")
+
+INCLUDE_DIRECTORIES(
+       ${CMAKE_INSTALL_PREFIX}/${INCDIR}/private
+)
+
 FILE(GLOB_RECURSE SRCS src/*.cpp)
 MESSAGE("Sources: ${SRCS}")