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

This commit is contained in:
Luis Ibanez 2002-10-02 16:42:17 -04:00
parent 25b5897ffa
commit b051815555
1 changed files with 3 additions and 0 deletions

View File

@ -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$)