diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-06-09 14:46:54 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-10-15 18:22:47 +0200 |
commit | 37e7d375625f311bb14eef8c9a1b6477c231cf72 (patch) | |
tree | f0db0578fd8c9735316238d4aea384cdfb513a67 /cmake/config.cmake.sample | |
parent | abed929fbb7596a8de3748b4074137df42e12b23 (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. |