From 78ee2e3c8e7b5bccfd6c6cea611363e35a28760f Mon Sep 17 00:00:00 2001 From: Florian Uhlig Date: Thu, 11 Jul 2013 15:26:01 +0000 Subject: [PATCH] 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 --- fairmq/CMakeLists.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/fairmq/CMakeLists.txt b/fairmq/CMakeLists.txt index 6edddfdc..865bf12d 100644 --- a/fairmq/CMakeLists.txt +++ b/fairmq/CMakeLists.txt @@ -91,4 +91,9 @@ ADD_EXECUTABLE(RunSink runSink.cxx) SET_TARGET_PROPERTIES(RunSink PROPERTIES OUTPUT_NAME sink) TARGET_LINK_LIBRARIES(RunSink FairMQ) - +Install(TARGETS FairMQ FairMQStatic RunBenchmarkSampler + RunBuffer RunSplitter RunMerger RunSink + RUNTIME DESTINATION bin + LIBRARY DESTINATION lib + ARCHIVE DESTINATION lib + ) \ No newline at end of file