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 --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index b12c5f6..ffe6955 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,3 +17,5 @@ add_subdirectory(remote-processor) add_subdirectory(remote-process) add_subdirectory(test/test-platform) + +add_subdirectory(tools/xmlGenerator) -- cgit v1.1