ENH: Adding install of .in and .c modules.
This commit is contained in:
parent
25b5897ffa
commit
b051815555
|
@ -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$)
|
||||
|
||||
|
|
Loading…
Reference in New Issue