diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-12-21 16:57:51 +0100 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-10-15 18:22:48 +0200 |
commit | 65d9fa331bf76d6446b88fff9128167f823e1b5f (patch) | |
tree | dc74778598a003a9ccc810b5f6e43ede37dd34a8 /samples.d/config.cmake.sample | |
parent | 681ae1f8adba30b94c86c32a5e8c80e395d6e1a0 (diff) |
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 <romain.forlot@iot.bzh>
Diffstat (limited to 'samples.d/config.cmake.sample')
-rw-r--r-- | samples.d/config.cmake.sample | 2 |
1 files changed, 1 insertions, 1 deletions
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 |