From bb3c5413dd0e2ff098a99748a53be1c66186f235 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Thu, 21 Dec 2017 16:57:51 +0100 Subject: Use new CPP generation from afb-genskel Include a new options calling afb-genskel depending on PROJECT_LANGUAGES variable Change-Id: Id7719b399eac58f0ced54a49e09350a587e4e997 Signed-off-by: Romain Forlot --- samples.d/config.cmake.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'samples.d') diff --git a/samples.d/config.cmake.sample b/samples.d/config.cmake.sample index 7444a7c..1b6302e 100644 --- a/samples.d/config.cmake.sample +++ b/samples.d/config.cmake.sample @@ -26,7 +26,7 @@ set(PROJECT_ICON "icon.png") set(PROJECT_AUTHOR "Last Name, First Name") set(PROJECT_AUTHOR_MAIL "example.man@bigouden.bzh") set(PROJECT_LICENSE "APL2.0") -set(PROJECT_LANGUAGES,"C") +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 -- cgit 1.2.3-korg