Files
lmms/data/projects/CMakeLists.txt
Tobias Doerffel 5b0ddf7e5c Projects: install sample project templates
Also install sample project templates in order to make the open-from-
template button usable per default.

Closes #425.
2014-03-09 22:48:39 +01:00

7 lines
150 B
CMake

INCLUDE(InstallHelpers)
INSTALL_DATA_SUBDIRS("projects" "*.mmp")
INSTALL_DATA_SUBDIRS("projects" "*.mmpz")
INSTALL_DATA_SUBDIRS("projects" "*.mpt")