mirror of
https://github.com/reactos/CMake.git
synced 2025-01-07 19:51:29 +00:00
e118a62709
which handles the required and QUIET arguments and sets <NAME>_FOUND Alex
12 lines
445 B
CMake
12 lines
445 B
CMake
# just install the modules
|
|
# new file added, force rerunning cmake
|
|
|
|
SUBDIRS(Platform)
|
|
INSTALL_FILES(${CMAKE_DATA_DIR}/Modules .*\\.cmake$)
|
|
INSTALL_FILES(${CMAKE_DATA_DIR}/Modules .*\\.cpp$)
|
|
INSTALL_FILES(${CMAKE_DATA_DIR}/Modules .*\\.cxx$)
|
|
INSTALL_FILES(${CMAKE_DATA_DIR}/Modules .*\\.in$)
|
|
INSTALL_FILES(${CMAKE_DATA_DIR}/Modules .*\\.c$)
|
|
INSTALL_FILES(${CMAKE_DATA_DIR}/Modules .*\\.h$)
|
|
INSTALL_FILES(${CMAKE_DATA_DIR}/Modules readme\\.txt$)
|