mirror of
https://github.com/reactos/CMake.git
synced 2024-11-24 12:09:48 +00:00
6 lines
195 B
CMake
6 lines
195 B
CMake
# just install the modules
|
|
INSTALL_FILES(${CMAKE_DATA_DIR}/Templates .*\\.in)
|
|
INSTALL_FILES(${CMAKE_DATA_DIR}/Templates .*\\.cmake$)
|
|
INSTALL_FILES(${CMAKE_DATA_DIR}/Templates .*\\.dsptemplate$)
|
|
|