summaryrefslogtreecommitdiffstats
path: root/default/cmake/config.cmake.sample
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2017-05-24 15:13:38 +0200
committerRomain Forlot <romain.forlot@iot.bzh>2018-10-15 18:22:20 +0200
commit287ebb919392ef18bf94a25d8972b9c64d36e3ea (patch)
tree60f97db7443ea439344b0488d69cda70f1b54013 /default/cmake/config.cmake.sample
parent346504f55854caf975ec43ec67447e7c9560135e (diff)
Add variable indicating where is app-templates repo clone
Change-Id: Ifd7d2e47727840705dddec1a4ae83e917a5110be Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'default/cmake/config.cmake.sample')
-rw-r--r--default/cmake/config.cmake.sample4
1 files changed, 4 insertions, 0 deletions
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")