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