projects
/
platform
/
hal
/
backend
/
emulator
/
security-keys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2de4e5b
)
Fix openssl linking
39/323239/1
author
Jakub Wlostowski
<j.wlostowski@samsung.com>
Thu, 24 Apr 2025 10:45:31 +0000
(12:45 +0200)
committer
Jakub Wlostowski
<j.wlostowski@samsung.com>
Thu, 24 Apr 2025 10:45:31 +0000
(12:45 +0200)
Change-Id: I7e246137acaa8d2ec20409f204f64eeeae39cd25
src/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/src/CMakeLists.txt
b/src/CMakeLists.txt
index 423934e0a7bf98591e1bff7de29a0d774b4cba9c..d150fb28496bddbb489e588ceb79ccf6ef55825f 100644
(file)
--- a/
src/CMakeLists.txt
+++ b/
src/CMakeLists.txt
@@
-32,7
+32,7
@@
ADD_LIBRARY(${PROJECT_NAME} SHARED
log.cpp
km_serialization.cpp)
-TARGET_LINK_LIBRARIES(${PROJECT_NAME} ${ROOTSTRAP_LIBRARIES} -l
dlog
)
+TARGET_LINK_LIBRARIES(${PROJECT_NAME} ${ROOTSTRAP_LIBRARIES} -l
crypto -lssl -ldlog -ldl
)
SET_TARGET_PROPERTIES(${PROJECT_NAME}
PROPERTIES