Skip to content

Commit 1ce1693

Browse files
eulisseMohammadAlTurany
authored andcommitted
Install FLP2EPN Example scripts and configs
As is those get installed in the BUILD directory, but not in the installation area.
1 parent 5e40704 commit 1ce1693

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

Examples/flp2epn-distributed/CMakeLists.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,13 @@ EndForEach (_file RANGE 0 ${_length})
6767
add_test(NAME run_flp2epn_distributed COMMAND ${CMAKE_BINARY_DIR}/Examples/flp2epn-distributed/test/testFLP2EPN-distributed.sh)
6868
set_tests_properties(run_flp2epn_distributed PROPERTIES TIMEOUT "30")
6969
set_tests_properties(run_flp2epn_distributed PROPERTIES PASS_REGULAR_EXPRESSION "acknowledged after")
70+
71+
install(FILES ${CMAKE_BINARY_DIR}/bin/startFLP2EPN-distributed.sh
72+
${CMAKE_BINARY_DIR}/Examples/flp2epn-distributed/test/testFLP2EPN-distributed.sh
73+
DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)
74+
75+
install(FILES ${CMAKE_BINARY_DIR}/bin/config/flp2epn-prototype.json
76+
${CMAKE_BINARY_DIR}/bin/config/flp2epn-prototype-dds.json
77+
${CMAKE_BINARY_DIR}/bin/config/flp2epn-dds-topology.xml
78+
${CMAKE_BINARY_DIR}/bin/config/flp2epn-dds-hosts.cfg
79+
DESTINATION ${CMAKE_INSTALL_PREFIX}/bin/config)

0 commit comments

Comments
 (0)