diff options
-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 6eb692f..f389486 100644 --- a/Templates/CMakeLists.txt +++ b/Templates/CMakeLists.txt @@ -1,5 +1,6 @@ # just install the modules INSTALL_FILES(${CMAKE_DATA_DIR}/Templates .*\\.in) +INSTALL_FILES(${CMAKE_DATA_DIR}/Templates .*\\.txt) INSTALL_FILES(${CMAKE_DATA_DIR}/Templates .*\\.cmake$) INSTALL_FILES(${CMAKE_DATA_DIR}/Templates .*\\.dsptemplate$) |