diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-12-21 16:57:51 +0100 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-12-21 16:57:51 +0100 |
commit | bb3c5413dd0e2ff098a99748a53be1c66186f235 (patch) | |
tree | a6228f623e8a18cb05b9d0bd0ace14daa942a9b5 /samples.d/config.cmake.sample | |
parent | ee5d60f9d169d959cca9dc24cfc3776ed06c163c (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 |