Install config files for MQ examples

This commit is contained in:
Alexey Rybalchenko
2016-03-24 15:23:01 +01:00
parent 54a9e44d21
commit f02936165c
7 changed files with 35 additions and 0 deletions

View File

@@ -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/
)