From 5b0ddf7e5ce7b57e9ccbcfe563bdfa76eaf5d28e Mon Sep 17 00:00:00 2001 From: Tobias Doerffel Date: Sun, 9 Mar 2014 22:48:22 +0100 Subject: [PATCH] Projects: install sample project templates Also install sample project templates in order to make the open-from- template button usable per default. Closes #425. --- data/projects/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/projects/CMakeLists.txt b/data/projects/CMakeLists.txt index 236cf1e9f..f57ffbc6f 100644 --- a/data/projects/CMakeLists.txt +++ b/data/projects/CMakeLists.txt @@ -2,5 +2,5 @@ INCLUDE(InstallHelpers) INSTALL_DATA_SUBDIRS("projects" "*.mmp") INSTALL_DATA_SUBDIRS("projects" "*.mmpz") - +INSTALL_DATA_SUBDIRS("projects" "*.mpt")