mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-28 09:58:53 -06:00
8 lines
229 B
CMake
8 lines
229 B
CMake
# just install the modules
|
|
SUBDIRS(Platform)
|
|
INSTALL_FILES(/share/CMake/Modules .*\\.cmake$)
|
|
INSTALL_FILES(/share/CMake/Modules .*\\.cxx$)
|
|
INSTALL_FILES(/share/CMake/Modules .*\\.in$)
|
|
INSTALL_FILES(/share/CMake/Modules .*\\.c$)
|
|
|