diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2018-08-23 17:55:32 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-08-23 17:55:32 +0200 |
commit | 8264bd8c0d3a713eac2cacec661a457c0fd97c88 (patch) | |
tree | cea9cc1f03656fa530ea5b0143da23f09efdfb68 /conf.d | |
parent | fbdf29b8af47f567f472a459842d262e8abf5b9c (diff) |
Missing API_NAME for the test widgetflounder_5.99.5flounder_5.99.4flounder/5.99.5flounder/5.99.45.99.55.99.4
Change-Id: I9b4da627485ad16bc4ed925e97b3a8a320dd7238
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'conf.d')
-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 d009d0b..2a09704 100644 --- a/conf.d/cmake/config.cmake +++ b/conf.d/cmake/config.cmake @@ -27,6 +27,7 @@ set(PROJECT_AUTHOR "Forlot Romain") set(PROJECT_AUTHOR_MAIL "romain.forlot@iot.bzh") set(PROJECT_LICENSE "APL2.0") set(PROJECT_LANGUAGES "CXX") +set(API_NAME "signal-composer") # Where are stored default templates files from submodule or subtree app-templates in your project tree # relative to the root project directory |