diff options
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 e49774a..7fa414c 100644 --- a/conf.d/cmake/config.cmake +++ b/conf.d/cmake/config.cmake @@ -28,6 +28,7 @@ set(PROJECT_AUTHOR "Jonathan Aillet") set(PROJECT_AUTHOR_MAIL "jonathan.aillet@iot.bzh") set(PROJECT_LICENSE "APL2.0") set(PROJECT_LANGUAGES "C") +set(API_NAME 4a-hal-manager) # Where are stored the project configuration files # relative to the root project directory |