CMakeLists.txt 229 B

1234567
  1. # just install the modules
  2. SUBDIRS(Platform)
  3. INSTALL_FILES(/share/CMake/Modules .*\\.cmake$)
  4. INSTALL_FILES(/share/CMake/Modules .*\\.cxx$)
  5. INSTALL_FILES(/share/CMake/Modules .*\\.in$)
  6. INSTALL_FILES(/share/CMake/Modules .*\\.c$)