mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-13 08:41:16 +00:00
Add missing dependencies.
git-svn-id: https://subversion.gsi.de/fairroot/fairbase/trunk@20792 0381ead4-6506-0410-b988-94b70fbc4730
This commit is contained in:
parent
8a8c18b5b4
commit
d65d7e490f
|
@ -52,17 +52,17 @@ ${ROOT_LIBRARY_DIR}
|
|||
link_directories( ${LINK_DIRECTORIES})
|
||||
|
||||
SET(LINK_LIBRARIES
|
||||
${CMAKE_THREAD_LIBS_INIT}
|
||||
${ZMQ_LIBRARY_SHARED}
|
||||
${ROOT_LIBRARIES}
|
||||
Base ParBase FairTools GeoBase
|
||||
)
|
||||
|
||||
|
||||
Set(SRCS ${SOURCES})
|
||||
Set(LIBRARY_NAME FairMQ)
|
||||
Set(LINKDEF)
|
||||
Set(DEPENDENCIES Core Cint)
|
||||
Set(DEPENDENCIES
|
||||
${CMAKE_THREAD_LIBS_INIT}
|
||||
${ZMQ_LIBRARY_SHARED}
|
||||
Base ParBase FairTools GeoBase
|
||||
)
|
||||
|
||||
GENERATE_LIBRARY()
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user