summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorDavid Wagner <david.wagner@intel.com>2014-06-25 15:00:12 +0200
committerDavid Wagner <david.wagner@intel.com>2014-06-25 15:00:12 +0200
commitb394ed54bd2f38f0aa27c146e949c62fb842f8c9 (patch)
tree21eeea67b16eea3ebfa2e71f6ef4e58f40849ac6 /tools
parentc07d55bb3c78872c48ee28ad56a8470b9a7f6f2d (diff)
parent8c478031c4b165ee31fe5b1841af190ed09f5afe (diff)
downloadexternal_parameter-framework-b394ed54bd2f38f0aa27c146e949c62fb842f8c9.zip
external_parameter-framework-b394ed54bd2f38f0aa27c146e949c62fb842f8c9.tar.gz
external_parameter-framework-b394ed54bd2f38f0aa27c146e949c62fb842f8c9.tar.bz2
Merge pull request #5 from kir0gawa/tutorial-changes
Added cmake rules for installing tools in bin dir
Diffstat (limited to 'tools')
-rw-r--r--tools/xmlGenerator/CMakeLists.txt9
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)