mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
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:
@@ -118,6 +118,21 @@ else(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
|
||||
${DEPENDENCIES}
|
||||
boost_thread boost_timer boost_system boost_program_options
|
||||
|
Reference in New Issue
Block a user