diff options
author | Jinhyung Choi <jinhyung2.choi@samsung.com> | 2015-05-28 12:37:36 +0900 |
---|---|---|
committer | Jinhyung Choi <jinhyung2.choi@samsung.com> | 2015-05-28 12:37:36 +0900 |
commit | ac7b9fded1248a65afa65c261e3caee373da3649 (patch) | |
tree | 416d701fb7282540fd594a9f836a851b6f92d8d9 | |
parent | 117617c8d6886bdb981bc31b518af485a573c537 (diff) | |
download | device-manager-plugin-emul-ac7b9fded1248a65afa65c261e3caee373da3649.tar.gz device-manager-plugin-emul-ac7b9fded1248a65afa65c261e3caee373da3649.tar.bz2 device-manager-plugin-emul-ac7b9fded1248a65afa65c261e3caee373da3649.zip |
debug: fixed installed pathtizen_3.0.m2.a1_tv_releasetizen_3.0.m2.a1_mobile_releasetizen_3.0.m1_tv_releasetizen_3.0.m1_mobile_releasesubmit/tizen_tv/20150528.104147submit/tizen/20150528.070020accepted/tizen/wearable/20150528.113827accepted/tizen/tv/20150528.113820accepted/tizen/mobile/20150528.113842accepted/tizen/common/20150528.081232tizen_3.0.m1_tvtizen_3.0.m1_mobiletizen_3.0.2015.q2_common
Change-Id: Id7d3aa64306bbd5e3c9eb4e407a2a91b58956853
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 5a6eab7..9ba14bb 100644 --- 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) |