diff options
Diffstat (limited to 'Templates/CMakeLists.txt')
-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$) |