projects
/
platform
/
hal
/
backend
/
bluetooth-usb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42f2f33
)
Fix 64bit arch build error
60/259360/1
accepted/tizen_6.5_unified
tizen_6.5
accepted/tizen/6.5/unified/20211028.115320
accepted/tizen/unified/20210607.124406
submit/tizen/20210606.232858
submit/tizen/20210607.002524
submit/tizen_6.5/20211028.163201
tizen_6.5.m2_release
author
Wootak Jung
<wootak.jung@samsung.com>
Mon, 7 Jun 2021 00:06:40 +0000
(09:06 +0900)
committer
Wootak Jung
<wootak.jung@samsung.com>
Mon, 7 Jun 2021 00:06:56 +0000
(09:06 +0900)
Change-Id: I754a49d646433beade395e1f210db26b26f45e0d
Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
src/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/src/CMakeLists.txt
b/src/CMakeLists.txt
index ca1fc73f6d785a0931da618428a7141d5b194d11..964fe5203298ab96ec845bff4d5a2a3fd09f40b6 100644
(file)
--- a/
src/CMakeLists.txt
+++ b/
src/CMakeLists.txt
@@
-22,4
+22,4
@@
SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${EXTRA_CFLAGS}")
ADD_LIBRARY(${PROJECT_NAME} SHARED ${SRCS})
TARGET_LINK_LIBRARIES(${PROJECT_NAME} ${hal-backend-bluetooth_pkgs_LDFLAGS})
-INSTALL(TARGETS ${PROJECT_NAME} DESTINATION
/hal/lib
COMPONENT RuntimeLibraries)
+INSTALL(TARGETS ${PROJECT_NAME} DESTINATION
${HAL_LIB_DIR}
COMPONENT RuntimeLibraries)