From 44221a2db5ce2fb5fd9d6f0dac896b732949d8bc Mon Sep 17 00:00:00 2001 From: Sebastien Douheret Date: Fri, 9 Jun 2017 14:46:54 +0200 Subject: Set default value for APP_TEMPLATES_DIR and WIDGET_ENTRY_POINT Change-Id: I275373636bfa4e33e0c82ff934971ee17501bfe1 Signed-off-by: Sebastien Douheret --- cmake/config.cmake.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmake/config.cmake.sample') 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. -- cgit 1.2.3-korg