From 7919a680a5b1b210645955886e8ce2b2d2e72edd Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Thu, 17 Aug 2017 16:12:03 +0200 Subject: [PATCH] Added per project custom template dir Change-Id: I5175b45a0d493724492157af2d32f4e51a04665f Signed-off-by: Romain Forlot --- cmake/common.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake/common.cmake b/cmake/common.cmake index 1cec2a7..ed13ccc 100644 --- a/cmake/common.cmake +++ b/cmake/common.cmake @@ -42,6 +42,7 @@ else() project_subdirs_add() endif(DEFINED PROJECT_SRC_DIR_PATTERN) +configure_files_in_dir(${PROJECT_APP_TEMPLATES_DIR}/${ENTRY_POINT}/template.d) configure_files_in_dir($ENV{HOME}/.config/app-templates/scripts) configure_files_in_dir(/etc/app-templates/scripts) -- 2.16.6