Skip to content
Snippets Groups Projects
Commit eafcb507 authored by Giovanna Lazzari Miotto's avatar Giovanna Lazzari Miotto :mushroom:
Browse files

nmc: Add libraries

parent a673ee66
No related branches found
No related tags found
No related merge requests found
Pipeline #11100296 failed
...@@ -96,7 +96,7 @@ if (Boost_FOUND AND TBB_FOUND AND CURL_FOUND AND JSONCPP_FOUND) ...@@ -96,7 +96,7 @@ if (Boost_FOUND AND TBB_FOUND AND CURL_FOUND AND JSONCPP_FOUND)
RPATH "${LIB_MICRON_PATH}") RPATH "${LIB_MICRON_PATH}")
# Build library and link to dependencies # Build library and link to dependencies
target_include_directories(${SCDAQ_LIB} target_include_directories(${SCDAQ_LIB}
PRIVATE ${SCDAQ_INCL_DIRS} ${Boost_INCLUDE_DIRS} ${CURL_INCLUDE_DIR} ${JSONCPP_INCLUDE_DIRS}) PUBLIC ${SCDAQ_INCL_DIRS} ${Boost_INCLUDE_DIRS} ${CURL_INCLUDE_DIR} ${JSONCPP_INCLUDE_DIRS})
target_link_libraries(${SCDAQ_LIB} PUBLIC ${WZDMA_LIB} ${Boost_LIBRARIES} ${CURL_LIBRARIES} ${TBB_LIBRARIES} target_link_libraries(${SCDAQ_LIB} PUBLIC ${WZDMA_LIB} ${Boost_LIBRARIES} ${CURL_LIBRARIES} ${TBB_LIBRARIES}
-pthread crypto micron ${JSONCPP_LIBRARY} ${NMC_LIBS}) -pthread crypto micron ${JSONCPP_LIBRARY} ${NMC_LIBS})
# Public options for library are imposed on dependants (i.e., main executable) # Public options for library are imposed on dependants (i.e., main executable)
......
File added
File added
File added
File added
File added
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment