Browse Source

ENH: Adding install of .in and .c modules.

Luis Ibanez 23 years ago
parent
commit
b051815555
1 changed files with 3 additions and 0 deletions
  1. 3 0
      Modules/CMakeLists.txt

+ 3 - 0
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$)
+