CMake/Modules/CMakeLists.txt
2002-10-02 16:42:17 -04:00

7 lines
211 B
CMake

# 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$)