mirror of
https://github.com/reactos/CMake.git
synced 2024-11-26 21:10:29 +00:00
7 lines
247 B
CMake
7 lines
247 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$)
|
|
|