mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-13 00:31:14 +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:
parent
3e424354e7
commit
bfa26e857d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user