diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2018-08-14 18:56:34 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-08-20 15:02:04 +0200 |
commit | e17d3eea4fd3350b3b6b25947012fc4d986991f5 (patch) | |
tree | d048855b8f0ba253909cffcfa1c84c37577f75ee /conf.d/cmake/config.cmake | |
parent | ac574c3b5a6f208dfb7ea1606ef084e6db9397c2 (diff) |
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 <romain.forlot@iot.bzh>
Diffstat (limited to 'conf.d/cmake/config.cmake')
-rw-r--r-- | conf.d/cmake/config.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
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 |