CMake/Templates/CMakeLists.txt

5 lines
144 B
CMake
Raw Normal View History

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