mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
7 lines
304 B
CMake
7 lines
304 B
CMake
# just install the modules
|
|
INSTALL_FILES(${CMAKE_DATA_DIR}/Templates .*\\.in)
|
|
INSTALL_FILES(${CMAKE_DATA_DIR}/Templates .*\\.txt)
|
|
INSTALL_FILES(${CMAKE_DATA_DIR}/Templates .*\\.cmake$)
|
|
INSTALL_FILES(${CMAKE_DATA_DIR}/Templates .*\\.dsptemplate$)
|
|
INSTALL_FILES(${CMAKE_DATA_DIR}/Templates .*\\.vsmacros$)
|