From bd37e33352242ebbc3278e3d6683bf07df0f6649 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Wed, 24 May 2017 15:13:38 +0200 Subject: Add variable indicating where is app-templates repo clone Change-Id: Ifd7d2e47727840705dddec1a4ae83e917a5110be Signed-off-by: Romain Forlot --- default/cmake/config.cmake.sample | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'default/cmake/config.cmake.sample') diff --git a/default/cmake/config.cmake.sample b/default/cmake/config.cmake.sample index a7386c0..66be37c 100644 --- a/default/cmake/config.cmake.sample +++ b/default/cmake/config.cmake.sample @@ -29,6 +29,10 @@ set(PROJECT_AUTHOR_MAIL "example.man@bigouden.bzh") set(PROJECT_LICENCE "APL2.0") set(PROJECT_LANGUAGES,"C") +# Where are stored default templates files from submodule or subtree app-templates in your project tree +# relative to the root project directory +set(PROJECT_APP_TEMPLATES_DIR "conf.d") + # Where are stored your external libraries for your project. This is 3rd party library that you don't maintain # but used and must be built and linked. # set(PROJECT_LIBDIR "libs") -- cgit 1.2.3-korg