diff options
Diffstat (limited to 'Modules/CMakeLists.txt')
-rw-r--r-- | Modules/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Modules/CMakeLists.txt b/Modules/CMakeLists.txt index db72c7d..86f4be4 100644 --- a/Modules/CMakeLists.txt +++ b/Modules/CMakeLists.txt @@ -1,3 +1,6 @@ # just install the modules INSTALL_FILES(/share/CMake/Modules .*\\.cmake$) INSTALL_FILES(/share/CMake/Modules .*\\.cxx$) +INSTALL_FILES(/share/CMake/Modules .*\\.in$) +INSTALL_FILES(/share/CMake/Modules .*\\.c$) + |