Example.DDS: Install new example topology

This commit is contained in:
Dennis Klein
2019-07-26 14:51:32 +02:00
committed by Dennis Klein
parent 98aeb16dc7
commit 93eb599df7
2 changed files with 7 additions and 1 deletions

View File

@@ -64,6 +64,12 @@ install(
RENAME ex-dds-topology.xml
)
install(
FILES ${CMAKE_CURRENT_BINARY_DIR}/ex-dds-topology-infinite.xml_install
DESTINATION ${PROJECT_INSTALL_DATADIR}
RENAME ex-dds-topology-infinite.xml
)
install(
FILES ${CMAKE_CURRENT_BINARY_DIR}/ex-dds-hosts.cfg
DESTINATION ${PROJECT_INSTALL_DATADIR}