summaryrefslogtreecommitdiff
path: root/platform/CMakeLists.txt
diff options
context:
space:
mode:
authorluwenpeng <[email protected]>2023-06-26 18:05:38 +0800
committerluwenpeng <[email protected]>2023-06-26 18:05:38 +0800
commitbf3a1f09fbb52b0ad0ba002744dbc52d855d221c (patch)
tree07f5a081a434a0b5e82fdcc0c856686286e110e6 /platform/CMakeLists.txt
parent74991f842a2d1699e7efa65fcd15855b327af923 (diff)
shm lock free
Diffstat (limited to 'platform/CMakeLists.txt')
-rw-r--r--platform/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/CMakeLists.txt b/platform/CMakeLists.txt
index 9a5ce27..851e073 100644
--- a/platform/CMakeLists.txt
+++ b/platform/CMakeLists.txt
@@ -6,7 +6,7 @@ target_link_libraries(hasp_update ${CMAKE_SOURCE_DIR}/lib/libhasp_linux_x86_64_2
install(TARGETS hasp_update RUNTIME DESTINATION bin COMPONENT Program)
# compile lib hasp-tools
-add_library(hasp-tools SHARED src/hasp_verify.c src/hasp_shm.c)
+add_library(hasp-tools SHARED src/hasp_verify.c)
target_include_directories(hasp-tools PUBLIC ${CMAKE_CURRENT_LIST_DIR}/include)
target_link_libraries(hasp-tools pthread rt)
target_link_libraries(hasp-tools ${CMAKE_SOURCE_DIR}/lib/libhasp_linux_x86_64_25743.a)