diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/xmlGenerator/CMakeLists.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/xmlGenerator/CMakeLists.txt b/tools/xmlGenerator/CMakeLists.txt new file mode 100644 index 0000000..d519657 --- /dev/null +++ b/tools/xmlGenerator/CMakeLists.txt @@ -0,0 +1,9 @@ +install(PROGRAMS + domainGenerator.sh + hostConfig.py + hostDomainGenerator.sh + lightRoutingUpdate.sh + PFWScriptGenerator.py + portAllocator.py + updateRoutageDomains.sh + DESTINATION bin) |