summaryrefslogtreecommitdiff
path: root/Modules/CMakeLists.txt
blob: 55e2936c26a084ff693c80ae297abcfff7f89fef (plain)
1
2
3
4
5
6
7
# 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$)