diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2004-04-30 12:02:44 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2004-04-30 12:02:44 (GMT) |
commit | 98da4d31f832a38563a1a90b99028f15134c7cf0 (patch) | |
tree | 0e332a59763515158f180dbe1b2582bdcf30d4c5 | |
parent | 5601afe384c61914cce3f2bae84a9d52ca8b2df5 (diff) | |
download | CMake-98da4d31f832a38563a1a90b99028f15134c7cf0.zip CMake-98da4d31f832a38563a1a90b99028f15134c7cf0.tar.gz CMake-98da4d31f832a38563a1a90b99028f15134c7cf0.tar.bz2 |
BUG: add missing install file
-rw-r--r-- | Templates/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Templates/CMakeLists.txt b/Templates/CMakeLists.txt index 9abaaf0..6eb692f 100644 --- a/Templates/CMakeLists.txt +++ b/Templates/CMakeLists.txt @@ -1,4 +1,5 @@ # just install the modules +INSTALL_FILES(${CMAKE_DATA_DIR}/Templates .*\\.in) INSTALL_FILES(${CMAKE_DATA_DIR}/Templates .*\\.cmake$) INSTALL_FILES(${CMAKE_DATA_DIR}/Templates .*\\.dsptemplate$) |