diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-08-23 17:40:00 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-12-13 15:02:04 +0100 |
commit | f2a7810f4493b1aa8013c46157bd4f94acdb66a1 (patch) | |
tree | 1683f006a1cf9cbf41c13abb13415bf66393c7f6 /afb-source/CMakeLists.txt | |
parent | a09792e4f15cee0f71d0149c8d348035d85a27ca (diff) |
Format
Change-Id: I16191ded40a96d7803ccf0631fee2afbedefe4e1
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'afb-source/CMakeLists.txt')
-rw-r--r-- | afb-source/CMakeLists.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/afb-source/CMakeLists.txt b/afb-source/CMakeLists.txt index 4720f29..bc601f5 100644 --- a/afb-source/CMakeLists.txt +++ b/afb-source/CMakeLists.txt @@ -36,14 +36,14 @@ PROJECT_TARGET_ADD(control-afb) SET_OPENAPI_FILENAME("ctl-apidef") # Binder exposes a unique public entry point SET_TARGET_PROPERTIES(${TARGET_NAME} PROPERTIES - PREFIX "afb-" + PREFIX "afb-" LABELS "BINDINGV2" - LINK_FLAGS ${BINDINGS_LINK_FLAG} + LINK_FLAGS ${BINDINGS_LINK_FLAG} OUTPUT_NAME ${TARGET_NAME} ) TARGET_LINK_LIBRARIES(${TARGET_NAME} - afb-utilities - ${link_libraries} + afb-utilities + ${link_libraries} ) |