aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2017-08-17 16:12:03 +0200
committerRomain Forlot <romain.forlot@iot.bzh>2017-08-17 18:38:06 +0200
commit7919a680a5b1b210645955886e8ce2b2d2e72edd (patch)
tree1f9c2c806d9177c7b6160fc822202a0a2697bc5f
parentf6de0caaf46e14530a04b0792dfdcf6cc49fb78f (diff)
Added per project custom template dir
Change-Id: I5175b45a0d493724492157af2d32f4e51a04665f Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
-rw-r--r--cmake/common.cmake1
1 files changed, 1 insertions, 0 deletions
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)