diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-12-21 17:05:34 +0100 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-12-21 17:06:20 +0100 |
commit | f07a6f0cf5f77f54d69a57eb291ffa91fa2ef359 (patch) | |
tree | 2cce4eb2ad6970d7a95a5ff8878e16ea1f16e3c7 /conf.d | |
parent | b77795e5c12be30a1fd2cc14b1b2b8cb83a58f4d (diff) |
Using AppFw CPP capabilities
Generate headers from afb-genskel with CPP options which
generate correctly the header for a CPP project.
Change-Id: Ibb64de25ca510a82bc91ba938fc221d9b820e175
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'conf.d')
m--------- | conf.d/app-templates | 0 | ||||
-rw-r--r-- | conf.d/cmake/config.cmake | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/conf.d/app-templates b/conf.d/app-templates -Subproject ee5d60f9d169d959cca9dc24cfc3776ed06c163 +Subproject bb3c5413dd0e2ff098a99748a53be1c66186f23 diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake index de49bb0..af0a4da 100644 --- a/conf.d/cmake/config.cmake +++ b/conf.d/cmake/config.cmake @@ -27,7 +27,7 @@ set(PROJECT_ICON "icon.png") set(PROJECT_AUTHOR "Forlot Romain") set(PROJECT_AUTHOR_MAIL "romain.forlot@iot.bzh") set(PROJECT_LICENSE "APL2.0") -set(PROJECT_LANGUAGES,"C") +set(PROJECT_LANGUAGES "CXX") # Where are stored default templates files from submodule or subtree app-templates in your project tree # relative to the root project directory |