diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-04-15 17:09:24 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-04-15 17:09:24 (GMT) |
commit | 9ac968174efc39ee42c011038b99ace4e6a50cec (patch) | |
tree | 09a98cf4c12aa1c9c1356857a7f94ebd7375241d /Templates | |
parent | 5c85e88bfd2bd74bb3525a44e5ac321c3272665b (diff) | |
download | CMake-9ac968174efc39ee42c011038b99ace4e6a50cec.zip CMake-9ac968174efc39ee42c011038b99ace4e6a50cec.tar.gz CMake-9ac968174efc39ee42c011038b99ace4e6a50cec.tar.bz2 |
ENH: Handle make install target on Visual Studio 6 and 7 and install templates
Diffstat (limited to 'Templates')
-rw-r--r-- | Templates/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Templates/CMakeLists.txt b/Templates/CMakeLists.txt index d909231..ceb3917 100644 --- a/Templates/CMakeLists.txt +++ b/Templates/CMakeLists.txt @@ -1,3 +1,5 @@ # just install the modules INSTALL_PROGRAMS(${CMAKE_DATA_DIR}/Templates install-sh) +INSTALL_FILES(${CMAKE_DATA_DIR}/Templates .*\\.cmake$) +INSTALL_FILES(${CMAKE_DATA_DIR}/Templates .*\\.dsptemplate$) |