summaryrefslogtreecommitdiffstats
path: root/Templates
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2004-04-30 12:02:44 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2004-04-30 12:02:44 (GMT)
commit98da4d31f832a38563a1a90b99028f15134c7cf0 (patch)
tree0e332a59763515158f180dbe1b2582bdcf30d4c5 /Templates
parent5601afe384c61914cce3f2bae84a9d52ca8b2df5 (diff)
downloadCMake-98da4d31f832a38563a1a90b99028f15134c7cf0.zip
CMake-98da4d31f832a38563a1a90b99028f15134c7cf0.tar.gz
CMake-98da4d31f832a38563a1a90b99028f15134c7cf0.tar.bz2
BUG: add missing install file
Diffstat (limited to 'Templates')
-rw-r--r--Templates/CMakeLists.txt1
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$)