From 8c478031c4b165ee31fe5b1841af190ed09f5afe Mon Sep 17 00:00:00 2001 From: Mattijs Korpershoek Date: Fri, 14 Mar 2014 11:30:23 +0100 Subject: Added cmake rules for installing tools in bin dir When performing the tutorials, I wanted to use the tools/xmlGenerator/hostDomainGenerator.sh script. In order to do that, i had to copy manually my scripts files to the pfwInstalledDir/bin directory. This patchs completes the install target by copying the needed files --- tools/xmlGenerator/CMakeLists.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tools/xmlGenerator/CMakeLists.txt (limited to 'tools') 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) -- cgit v1.1