CMake/Modules/CMakeLists.txt

7 lines
211 B
CMake
Raw Normal View History

2001-06-21 20:01:18 +04:00
# just install the modules
INSTALL_FILES(/share/CMake/Modules .*\\.cmake$)
INSTALL_FILES(/share/CMake/Modules .*\\.cxx$)
INSTALL_FILES(/share/CMake/Modules .*\\.in$)
INSTALL_FILES(/share/CMake/Modules .*\\.c$)