From e17d3eea4fd3350b3b6b25947012fc4d986991f5 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Tue, 14 Aug 2018 18:56:34 +0200 Subject: 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 --- conf.d/cmake/config.cmake | 1 + 1 file changed, 1 insertion(+) 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 -- cgit 1.2.3-korg