mirror of
https://github.com/openappsec/attachment.git
synced 2025-06-28 16:41:03 +03:00
fix wrong name of library
This commit is contained in:
parent
f0033f72fc
commit
3df5aca9b0
@ -25,7 +25,7 @@ add_library(
|
||||
nano_compression.c
|
||||
)
|
||||
|
||||
target_link_libraries(nano_attachment shmem_ipc_2 nano_attachment_util compression_utils)
|
||||
target_link_libraries(nano_attachment shmem_ipc_2 nano_attachment_util osrc_compression_utils)
|
||||
|
||||
# add_subdirectory(nano_attachment_ut)
|
||||
|
||||
|
@ -1,7 +1,3 @@
|
||||
include_directories(${Boost_INCLUDE_DIRS})
|
||||
|
||||
link_directories(${BOOST_ROOT}/lib)
|
||||
|
||||
add_definitions(-DUSERSPACE)
|
||||
add_library(nano_attachment_util SHARED nano_attachment_util.cc)
|
||||
target_link_libraries(nano_attachment_util http_configuration)
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user