diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-08-17 16:12:03 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-10-15 18:22:47 +0200 |
commit | c497905b167e33a542d842c8bbb53237a8f22861 (patch) | |
tree | 1a8986683c12cc4543fad8c4dff441a83b4d20b0 /cmake | |
parent | f8210c1bdcb372e25f744c0dc6143bfede9795d1 (diff) |
Added per project custom template dir
Change-Id: I5175b45a0d493724492157af2d32f4e51a04665f
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/common.cmake | 1 |
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) |