mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-27 17:39:51 -05:00
7 lines
211 B
CMake
7 lines
211 B
CMake
# 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$)
|
|
|