diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2018-04-26 20:08:50 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-07-05 15:43:09 +0200 |
commit | 7faea82123b588bdaadbe2ec55b9e5ecc4666e71 (patch) | |
tree | 5772977e9581004937f54363b19cb23e4dfcfff7 /conf.d | |
parent | 872dd097432a3fb4fb91d24d227486a59be5e24a (diff) |
Rename afb-utilities to afb-helpers
Update submodules
Change-Id: I7f3a8e0059ce05e6bf46315d1de80c25cb87b2cf
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'conf.d')
m--------- | conf.d/app-templates | 0 | ||||
-rw-r--r-- | conf.d/cmake/config.cmake | 6 |
2 files changed, 3 insertions, 3 deletions
diff --git a/conf.d/app-templates b/conf.d/app-templates -Subproject 30e78a532aed26ff3b8d2ad035dd85cc0ea8193 +Subproject 6e1a3c37e94f42f5307fd1fa749823b2d160a56 diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake index 6ff5000..adc3122 100644 --- a/conf.d/cmake/config.cmake +++ b/conf.d/cmake/config.cmake @@ -19,10 +19,10 @@ # Project Info # ------------------ set(PROJECT_NAME signal-composer) -set(PROJECT_VERSION "4.0") +set(PROJECT_VERSION "5.0") set(PROJECT_PRETTY_NAME "Signal composer") set(PROJECT_DESCRIPTION "Signal composer API connected to low level AGL services") -set(PROJECT_URL "https://github.com/iotbzh/afb-signal-composer") +set(PROJECT_URL "https://gerrit.automotivelinux.org/gerrit/#/admin/projects/apps/agl-service-signal-composer") set(PROJECT_ICON "icon.png") set(PROJECT_AUTHOR "Forlot Romain") set(PROJECT_AUTHOR_MAIL "romain.forlot@iot.bzh") @@ -84,7 +84,7 @@ set(CMAKE_INSTALL_PREFIX $ENV{HOME}/opt) # Customize link option # ----------------------------- #list(APPEND link_libraries -an-option) -list(APPEND link_libraries afb-utilities) +list(APPEND link_libraries afb-helpers) # Compilation options definition # Use CMake generator expressions to specify only for a specific language |