From: Changgyu Choi Date: Thu, 13 Jan 2022 03:11:13 +0000 (+0900) Subject: Fix build option for 64bit profile X-Git-Tag: submit/tizen/20220113.034256~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ccdab6835939bb704365d223c353aeb3e6682b64;p=platform%2Fcore%2Fappfw%2Fapp-core.git Fix build option for 64bit profile Change-Id: I7dd6237669cdb98be6634116bbe6cc1520943deb Signed-off-by: Changgyu Choi --- diff --git a/tizen-cpp/app-core-ui-cpp/CMakeLists.txt b/tizen-cpp/app-core-ui-cpp/CMakeLists.txt index a4d55d8..66088e7 100644 --- a/tizen-cpp/app-core-ui-cpp/CMakeLists.txt +++ b/tizen-cpp/app-core-ui-cpp/CMakeLists.txt @@ -11,7 +11,7 @@ TARGET_INCLUDE_DIRECTORIES(${TARGET_APP_CORE_UI_CPP} PUBLIC TARGET_LINK_LIBRARIES(${TARGET_APP_CORE_UI_CPP} PUBLIC ${TARGET_APP_CORE_CPP} - "-L/usr/lib/hal") + "-L${LIB_INSTALL_DIR}/hal") SET_TARGET_PROPERTIES(${TARGET_APP_CORE_UI_CPP} PROPERTIES SOVERSION ${MAJORVER})