From: Romain Forlot Date: Tue, 14 Aug 2018 16:56:34 +0000 (+0200) Subject: Specify the API name to be tested X-Git-Tag: 5.99.4~2 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=e17d3eea4fd3350b3b6b25947012fc4d986991f5;p=apps%2Fagl-service-can-low-level.git Specify the API name to be tested Since the API is hardly guessable we need a variable to be able to build a test widget using CMake template function that will configure the config.xml file automatically Change-Id: Ibbb50c8a84356bbe39427453ccf1ebd0785286e5 Signed-off-by: Romain Forlot --- diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake index c84c75a4..e1445537 100644 --- a/conf.d/cmake/config.cmake +++ b/conf.d/cmake/config.cmake @@ -27,6 +27,7 @@ set(PROJECT_AUTHOR "Romain Forlot") set(PROJECT_AUTHOR_MAIL "romain.forlot@iot.bzh") set(PROJECT_LICENSE "APL2.0") set(PROJECT_LANGUAGES "C;CXX") +set(API_NAME "low-can") # Where are stored default templates files from submodule or subtree app-templates in your project tree # relative to the root project directory