diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2004-04-30 08:02:44 -0400 |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2004-04-30 08:02:44 -0400 |
commit | 98da4d31f832a38563a1a90b99028f15134c7cf0 (patch) | |
tree | 0e332a59763515158f180dbe1b2582bdcf30d4c5 /Templates | |
parent | 5601afe384c61914cce3f2bae84a9d52ca8b2df5 (diff) | |
download | cmake-98da4d31f832a38563a1a90b99028f15134c7cf0.tar.gz |
BUG: add missing install file
Diffstat (limited to 'Templates')
-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 9abaaf03a9..6eb692feeb 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$) |