mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2026-02-01 07:54:58 +01:00
add simdjson as public for network_io
in ZmqHeader.hpp we are using templates that depend on simdjson. other libraries should also link simdjson
This commit is contained in:
@@ -20,8 +20,8 @@ add_library(network_io STATIC
|
||||
|
||||
|
||||
target_include_directories(network_io PUBLIC include)
|
||||
target_link_libraries(network_io PRIVATE simdjson libzmq fmt::fmt core utils aare_compiler_flags )
|
||||
# target_link_libraries(network_io LINK_PRIVATE )
|
||||
target_link_libraries(network_io PRIVATE libzmq fmt::fmt core utils aare_compiler_flags )
|
||||
target_link_libraries(network_io PUBLIC simdjson)
|
||||
|
||||
if(AARE_PYTHON_BINDINGS)
|
||||
set_property(TARGET file_io PROPERTY POSITION_INDEPENDENT_CODE ON)
|
||||
|
||||
Reference in New Issue
Block a user