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:
Florian Uhlig 2013-07-11 15:26:01 +00:00
parent ecebfec9f3
commit 78ee2e3c8e

View File

@ -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
)