summaryrefslogtreecommitdiffstats
path: root/Tests/SimpleInstall/TestSubDir
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-03-08 19:02:30 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-03-08 19:02:30 (GMT)
commit3d44b9a354edacff4b87ccf2a950ec698798591d (patch)
tree9d34b77c305a83e66e8ba2e47f21a9bfbc4076d5 /Tests/SimpleInstall/TestSubDir
parentc14a06c8e0087e649661e9ca445261be59729f0c (diff)
downloadCMake-3d44b9a354edacff4b87ccf2a950ec698798591d.zip
CMake-3d44b9a354edacff4b87ccf2a950ec698798591d.tar.gz
CMake-3d44b9a354edacff4b87ccf2a950ec698798591d.tar.bz2
ENH: Add additional subdirectory to improve testing and to allow cleanup when testing cpack
Diffstat (limited to 'Tests/SimpleInstall/TestSubDir')
-rw-r--r--Tests/SimpleInstall/TestSubDir/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/SimpleInstall/TestSubDir/CMakeLists.txt b/Tests/SimpleInstall/TestSubDir/CMakeLists.txt
index a99711d..4f62953 100644
--- a/Tests/SimpleInstall/TestSubDir/CMakeLists.txt
+++ b/Tests/SimpleInstall/TestSubDir/CMakeLists.txt
@@ -1,3 +1,3 @@
ADD_EXECUTABLE(TSD TSD.cxx TSD_utils.cxx)
-INSTALL_FILES(/include FILES TSD.h)
-INSTALL_TARGETS(/bin TSD)
+INSTALL_FILES(/MyTest/include FILES TSD.h)
+INSTALL_TARGETS(/MyTest/bin TSD)