diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-05-24 15:13:38 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-05-24 15:13:38 +0200 |
commit | bd37e33352242ebbc3278e3d6683bf07df0f6649 (patch) | |
tree | 0ec104735d8131752f547ff1825750a622c988ae /default/cmake/config.cmake.sample | |
parent | af1f814a957509143e2076d2375b9adc357fec37 (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.sample | 4 |
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") |