projects
/
platform
/
core
/
context
/
context-service.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a20e44a
)
Add include directory setting w.r.t. context-common
58/119658/1
author
Mu-Woong Lee
<muwoong.lee@samsung.com>
Sun, 19 Mar 2017 15:01:56 +0000
(
00:01
+0900)
committer
Mu-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
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index e49d12c2591974ffb0bf9486fdb474eeddb210e2..04c4f5a39de4bcb4b960ecb8a9c993577f983bd0 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-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}")