CMakeLists.txt 195 B

12345
  1. # just install the modules
  2. INSTALL_FILES(${CMAKE_DATA_DIR}/Templates .*\\.in)
  3. INSTALL_FILES(${CMAKE_DATA_DIR}/Templates .*\\.cmake$)
  4. INSTALL_FILES(${CMAKE_DATA_DIR}/Templates .*\\.dsptemplate$)