CMake/Templates/CMakeLists.txt

7 lines
304 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$)
2007-11-21 15:33:35 -05:00
INSTALL_FILES(${CMAKE_DATA_DIR}/Templates .*\\.vsmacros$)