mirror of
https://github.com/reactos/CMake.git
synced 2024-11-24 03:59:58 +00:00
8 lines
303 B
CMake
8 lines
303 B
CMake
# just install the modules
|
|
SUBDIRS(Platform)
|
|
INSTALL_FILES(${CMAKE_DATA_DIR}/Modules .*\\.cmake$)
|
|
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 readme\\.txt$)
|