mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-13 16:46:47 +00:00
Install config files for MQ examples
This commit is contained in:
parent
54a9e44d21
commit
f02936165c
|
@ -75,3 +75,8 @@ ForEach(_file RANGE 0 ${_length})
|
|||
set(DEPENDENCIES FairMQExample1)
|
||||
GENERATE_EXECUTABLE()
|
||||
EndForEach(_file RANGE 0 ${_length})
|
||||
|
||||
Install(
|
||||
FILES ex1-sampler-sink.json
|
||||
DESTINATION share/fairbase/examples/MQ/1-sampler-sink/config/
|
||||
)
|
||||
|
|
|
@ -78,3 +78,8 @@ ForEach(_file RANGE 0 ${_length})
|
|||
Set(DEPENDENCIES FairMQExample2)
|
||||
GENERATE_EXECUTABLE()
|
||||
EndForEach(_file RANGE 0 ${_length})
|
||||
|
||||
Install(
|
||||
FILES ex2-sampler-processor-sink.json
|
||||
DESTINATION share/fairbase/examples/MQ/2-sampler-processor-sink/config/
|
||||
)
|
||||
|
|
|
@ -92,3 +92,8 @@ ForEach(_file RANGE 0 ${_length})
|
|||
set(DEPENDENCIES FairMQExample3)
|
||||
GENERATE_EXECUTABLE()
|
||||
EndForEach(_file RANGE 0 ${_length})
|
||||
|
||||
Install(
|
||||
FILES ex3-dds-hosts.cfg ex3-dds-topology.xml
|
||||
DESTINATION share/fairbase/examples/MQ/3-dds/config/
|
||||
)
|
||||
|
|
|
@ -75,3 +75,8 @@ ForEach(_file RANGE 0 ${_length})
|
|||
Set(DEPENDENCIES FairMQExample4)
|
||||
GENERATE_EXECUTABLE()
|
||||
EndForEach(_file RANGE 0 ${_length})
|
||||
|
||||
Install(
|
||||
FILES ex4-copypush.json
|
||||
DESTINATION share/fairbase/examples/MQ/4-copypush/config/
|
||||
)
|
||||
|
|
|
@ -75,3 +75,8 @@ ForEach(_file RANGE 0 ${_length})
|
|||
set(DEPENDENCIES FairMQExample5)
|
||||
GENERATE_EXECUTABLE()
|
||||
EndForEach(_file RANGE 0 ${_length})
|
||||
|
||||
Install(
|
||||
FILES ex5-req-rep.json
|
||||
DESTINATION share/fairbase/examples/MQ/5-req-rep/config/
|
||||
)
|
||||
|
|
|
@ -78,3 +78,8 @@ ForEach(_file RANGE 0 ${_length})
|
|||
set(DEPENDENCIES FairMQExample6)
|
||||
GENERATE_EXECUTABLE()
|
||||
EndForEach(_file RANGE 0 ${_length})
|
||||
|
||||
Install(
|
||||
FILES ex6-multiple-channels.json
|
||||
DESTINATION share/fairbase/examples/MQ/6-multiple-channels/config/
|
||||
)
|
||||
|
|
|
@ -75,3 +75,8 @@ ForEach(_file RANGE 0 ${_length})
|
|||
Set(DEPENDENCIES FairMQExample8)
|
||||
GENERATE_EXECUTABLE()
|
||||
EndForEach(_file RANGE 0 ${_length})
|
||||
|
||||
Install(
|
||||
FILES ex8-multipart.json
|
||||
DESTINATION share/fairbase/examples/MQ/8-multipart/config/
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue
Block a user