summaryrefslogtreecommitdiff
path: root/Modules/CMakeLists.txt
blob: 178acba98a62b7f7625f1d346c23b440c8591b17 (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$)