diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-08-23 17:40:00 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-08-24 09:36:42 +0200 |
commit | cca818e99105c0272228c8daa63a5fa0010ea126 (patch) | |
tree | 1683f006a1cf9cbf41c13abb13415bf66393c7f6 | |
parent | 4648b05762c8a97ec4f611e79f7e16e1f5d319da (diff) |
Format
Change-Id: I16191ded40a96d7803ccf0631fee2afbedefe4e1
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
-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} ) |