CMake/Templates/CMakeLists.txt

7 lines
247 B
CMake
Raw Normal View History

2001-06-21 12:01:18 -04:00
# just install the modules
2004-04-30 08:02:44 -04:00
INSTALL_FILES(${CMAKE_DATA_DIR}/Templates .*\\.in)
2006-03-01 11:55:04 -05:00
INSTALL_FILES(${CMAKE_DATA_DIR}/Templates .*\\.txt)
INSTALL_FILES(${CMAKE_DATA_DIR}/Templates .*\\.cmake$)
INSTALL_FILES(${CMAKE_DATA_DIR}/Templates .*\\.dsptemplate$)
2002-04-04 10:08:42 -05:00