mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-14 17:16:47 +00:00
Install more tutorials. Install also the zmq related libraries and executables. Change the templates of the config scripts and the script using the templates to do the installation correct.
git-svn-id: https://subversion.gsi.de/fairroot/fairbase/trunk@20672 0381ead4-6506-0410-b988-94b70fbc4730
This commit is contained in:
parent
ecebfec9f3
commit
78ee2e3c8e
|
@ -91,4 +91,9 @@ ADD_EXECUTABLE(RunSink runSink.cxx)
|
||||||
SET_TARGET_PROPERTIES(RunSink PROPERTIES OUTPUT_NAME sink)
|
SET_TARGET_PROPERTIES(RunSink PROPERTIES OUTPUT_NAME sink)
|
||||||
TARGET_LINK_LIBRARIES(RunSink FairMQ)
|
TARGET_LINK_LIBRARIES(RunSink FairMQ)
|
||||||
|
|
||||||
|
Install(TARGETS FairMQ FairMQStatic RunBenchmarkSampler
|
||||||
|
RunBuffer RunSplitter RunMerger RunSink
|
||||||
|
RUNTIME DESTINATION bin
|
||||||
|
LIBRARY DESTINATION lib
|
||||||
|
ARCHIVE DESTINATION lib
|
||||||
|
)
|
Loading…
Reference in New Issue
Block a user