Skip to content
Snippets Groups Projects
Commit 25cd0464 authored by Filip Makowski's avatar Filip Makowski Committed by GitHub
Browse files

Merge pull request #1 from fmakowski/master

Added new `dapi` component in FindDOOCS.cmake module.
parents 56373d9a bd3688c7
No related branches found
No related tags found
No related merge requests found
......@@ -44,6 +44,13 @@ if (";${DOOCS_FIND_COMPONENTS};" MATCHES ";zmq;")
set(DOOCS_LIBRARIES ${DOOCS_LIBRARIES} DOOCSdzmq)
endif()
if (";${DOOCS_FIND_COMPONENTS};" MATCHES ";dapi;")
FIND_PATH(DOOCS_DIR_DAPI libDOOCSdapi.so
${DOOCS_DIR}
)
set(DOOCS_LIBRARIES ${DOOCS_LIBRARIES} DOOCSdapi)
endif()
if (";${DOOCS_FIND_COMPONENTS};" MATCHES ";server;")
FIND_PATH(DOOCS_DIR_SERVER libEqServer.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