projects
/
platform
/
hal
/
backend
/
emulator
/
device-emulator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
117617c
)
debug: fixed installed path
author
Jinhyung Choi
<jinhyung2.choi@samsung.com>
Thu, 28 May 2015 03:37:36 +0000
(12:37 +0900)
committer
Jinhyung Choi
<jinhyung2.choi@samsung.com>
Thu, 28 May 2015 03:37:36 +0000
(12:37 +0900)
Change-Id: Id7d3aa64306bbd5e3c9eb4e407a2a91b58956853
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index 5a6eab7cd3e3be1d2a75efbdd66542cfb2378b38..9ba14bb3e02edc49d6eb80fa04efca0c41d6bad7 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-30,4
+30,4
@@
TARGET_LINK_LIBRARIES(${PROJECT_NAME} ${pkgs_LDFLAGS})
SET(PREFIX ${CMAKE_INSTALL_PREFIX})
-INSTALL(TARGETS ${PROJECT_NAME} DESTINATION
lib
COMPONENT RuntimeLibraries)
+INSTALL(TARGETS ${PROJECT_NAME} DESTINATION
${LIB_INSTALL_DIR}
COMPONENT RuntimeLibraries)