diff options
author | Ronan Le Martret <ronan@fridu.net> | 2014-03-13 11:53:40 +0100 |
---|---|---|
committer | Ronan Le Martret <ronan@fridu.net> | 2014-03-13 11:53:40 +0100 |
commit | 3f02331f47221eb11d43f686feabf0eb88446edd (patch) | |
tree | 3f28a04ac5a24a62e6b00a0b48b43e77e4086af0 | |
parent | aa26b3c381eb1126e23f89130c1be565612335eb (diff) | |
download | smartcard-plugin-nfc-accepted/tizen_ivi_panda.tar.gz smartcard-plugin-nfc-accepted/tizen_ivi_panda.tar.bz2 smartcard-plugin-nfc-accepted/tizen_ivi_panda.zip |
Change Cmake macro to fix build for x86_64 arch.submit/tizen/20140408.112733accepted/tizen/ivi/panda/20140408.203035accepted/tizen/ivi/20140409.182502accepted/tizen/generic/20140408.112950accepted/tizen_ivi_panda
Change-Id: I71b46f8e3d488c676ce1cb3369bce00c941a7b38
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 81701ce..cb015d4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -46,4 +46,4 @@ ADD_LIBRARY(${PROJECT_NAME} SHARED ${SRCS}) TARGET_LINK_LIBRARIES(${PROJECT_NAME} ${pkgs_common_LDFLAGS}) -INSTALL(TARGETS ${PROJECT_NAME} DESTINATION lib/se) +INSTALL(TARGETS ${PROJECT_NAME} DESTINATION ${LIB_INSTALL_DIR}/se) |