fix wrong name of library

This commit is contained in:
wiaamm
2025-01-05 15:19:46 +02:00
parent f0033f72fc
commit 3df5aca9b0
3 changed files with 1 additions and 7 deletions

View File

@@ -1,5 +1,3 @@
include_directories(${Boost_INCLUDE_DIRS})
add_library(shmem_ipc_2 SHARED shmem_ipc.c shared_ring_queue.c)
target_link_libraries(shmem_ipc_2 -lrt)