CMake/Templates/CMakeLists.txt

7 lines
304 B
CMake
Raw Normal View History

2001-06-21 20:01:18 +04:00
# just install the modules
2004-04-30 16:02:44 +04:00
INSTALL_FILES(${CMAKE_DATA_DIR}/Templates .*\\.in)
2006-03-01 19:55:04 +03: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 23:33:35 +03:00
INSTALL_FILES(${CMAKE_DATA_DIR}/Templates .*\\.vsmacros$)