diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-03-08 19:02:30 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-03-08 19:02:30 (GMT) |
commit | 3d44b9a354edacff4b87ccf2a950ec698798591d (patch) | |
tree | 9d34b77c305a83e66e8ba2e47f21a9bfbc4076d5 /Tests/SimpleInstallS2/TestSubDir | |
parent | c14a06c8e0087e649661e9ca445261be59729f0c (diff) | |
download | CMake-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/SimpleInstallS2/TestSubDir')
-rw-r--r-- | Tests/SimpleInstallS2/TestSubDir/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/SimpleInstallS2/TestSubDir/CMakeLists.txt b/Tests/SimpleInstallS2/TestSubDir/CMakeLists.txt index a99711d..4f62953 100644 --- a/Tests/SimpleInstallS2/TestSubDir/CMakeLists.txt +++ b/Tests/SimpleInstallS2/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) |