From f07a6f0cf5f77f54d69a57eb291ffa91fa2ef359 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Thu, 21 Dec 2017 17:05:34 +0100 Subject: 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 --- conf.d/app-templates | 2 +- conf.d/cmake/config.cmake | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'conf.d') diff --git a/conf.d/app-templates b/conf.d/app-templates index ee5d60f..bb3c541 160000 --- a/conf.d/app-templates +++ b/conf.d/app-templates @@ -1 +1 @@ -Subproject commit ee5d60f9d169d959cca9dc24cfc3776ed06c163c +Subproject commit bb3c5413dd0e2ff098a99748a53be1c66186f235 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 -- cgit 1.2.3-korg