Install config files for MQ examples

This commit is contained in:
Alexey Rybalchenko
2016-03-24 15:23:01 +01:00
committed by Mohammad Al-Turany
parent 6ab3b0ebc0
commit 830ba948f0
7 changed files with 35 additions and 0 deletions

View File

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