CMake/Templates/CMakeLists.txt

6 lines
201 B
CMake
Raw Normal View History

2001-06-21 20:01:18 +04:00
# just install the modules
INSTALL_PROGRAMS(${CMAKE_DATA_DIR}/Templates install-sh)
INSTALL_FILES(${CMAKE_DATA_DIR}/Templates .*\\.cmake$)
INSTALL_FILES(${CMAKE_DATA_DIR}/Templates .*\\.dsptemplate$)
2002-04-04 19:08:42 +04:00