re-organize base/MQ directory, change library name FairMQSampler to BaseMQ, and link tutorial 3,6,7 accordingly.

Functions in has_boostSerialization.h are now in baseMQtools.h. New template header files (.h and .tpl) are copied to proper directory in case of FairRoot external installation
Remove obsolete files in tutorial3.
This commit is contained in:
winckler 2015-01-19 11:52:55 +01:00 committed by Florian Uhlig
parent 3e424354e7
commit bfa26e857d

View File

@ -118,6 +118,21 @@ else(NANOMSG_FOUND)
) )
endif(NANOMSG_FOUND) endif(NANOMSG_FOUND)
# to copy src that are header-only files (e.g. c++ template) for FairRoot external installation
# manual install (globbing add not recommended)
Set(FairMQHDRFiles
devices/GenericSampler.h
devices/GenericSampler.tpl
devices/GenericProcessor.h
devices/GenericFileSink.h
devices/GenericFileSink.tpl
)
install(FILES ${FairMQHDRFiles} DESTINATION include)
set(DEPENDENCIES set(DEPENDENCIES
${DEPENDENCIES} ${DEPENDENCIES}
boost_thread boost_timer boost_system boost_program_options boost_thread boost_timer boost_system boost_program_options