Skip to content
Snippets Groups Projects
Commit 336fe743 authored by Martin Killenberg's avatar Martin Killenberg
Browse files

added eqdaqdatalib as component to FindDoocs

parent c939c6c8
No related branches found
No related tags found
No related merge requests found
......@@ -77,6 +77,14 @@ if (";${DOOCS_FIND_COMPONENTS};" MATCHES ";daqreader;")
set(COMPONENT_DIRS ${COMPONENT_DIRS} DOOCS_DIR_daqreader)
endif()
if (";${DOOCS_FIND_COMPONENTS};" MATCHES ";eqdaqdatalib;")
FIND_PATH(DOOCS_DIR_eqdaqdatalib libDAQsvrutil.so
${DOOCS_DIR}
)
set(DOOCS_LIBRARIES ${DOOCS_LIBRARIES} DAQsvrutil)
set(COMPONENT_DIRS ${COMPONENT_DIRS} DOOCS_DIR_eqdaqdatalib)
endif()
#This is for the transition only. The logic is not bullet proof, but in almost all cases
#if there is libgul14.so, it means DOOCS brought it and needs it.
FIND_LIBRARY(LIB_GULOLD libgul.so ${DOOCS_DIR})
......
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