diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-06-09 14:46:54 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-06-09 14:49:10 +0200 |
commit | 44221a2db5ce2fb5fd9d6f0dac896b732949d8bc (patch) | |
tree | 14a0cd76a2c31fcacbcbbce2f80d009c167a45e7 /cmake/config.cmake.sample | |
parent | cc640c4cfed7d4a35cbbdbb23e09b9e76c88902b (diff) |
Set default value for APP_TEMPLATES_DIR and WIDGET_ENTRY_POINT
Change-Id: I275373636bfa4e33e0c82ff934971ee17501bfe1
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'cmake/config.cmake.sample')
-rw-r--r-- | cmake/config.cmake.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/config.cmake.sample b/cmake/config.cmake.sample index 9573598..514a80f 100644 --- a/cmake/config.cmake.sample +++ b/cmake/config.cmake.sample @@ -31,7 +31,7 @@ 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/default") +set(PROJECT_APP_TEMPLATES_DIR "conf.d/templates") # 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. |