projects
/
platform
/
core
/
api
/
system-info.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
424f56d
)
pc: add prefix for the pc file
29/117329/1
accepted/tizen/3.0/common/20170306.135538
accepted/tizen/3.0/ivi/20170306.064315
accepted/tizen/3.0/mobile/20170306.064248
accepted/tizen/3.0/tv/20170306.064258
accepted/tizen/3.0/wearable/20170306.064302
submit/tizen_3.0/20170304.065450
author
taeyoung
<ty317.kim@samsung.com>
Sat, 4 Mar 2017 06:38:15 +0000
(15:38 +0900)
committer
taeyoung
<ty317.kim@samsung.com>
Sat, 4 Mar 2017 06:38:15 +0000
(15:38 +0900)
Pc file uses PREFIX macro, but there was no place to define the macro.
Now, The macro is defined in the CMakeLists.txt file.
Change-Id: I3ea9ca72bf6a4db4cd1e36f573600b38c5ff13bc
Signed-off-by: taeyoung <ty317.kim@samsung.com>
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index a3a79c954f84296af0d28928c7fd1f698de01c42..657dbf18f8706c5a0ae550693a6ca75f2c9dc75a 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-3,6
+3,7
@@
CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
SET(fw_name "capi-system-info")
SET(external_plugin "${fw_name}-plugin")
SET(VERSION "0.2.0")
+SET(PREFIX ${CMAKE_INSTALL_PREFIX})
PROJECT(${fw_name})