Migration to binding V3
[apps/agl-service-unicens.git] / ucs2-afb / CMakeLists.txt
index 2f5141d..8af2b67 100644 (file)
@@ -27,14 +27,12 @@ PROJECT_TARGET_ADD(ucs2-afb)
     # Binder exposes a unique public entry point
     SET_TARGET_PROPERTIES(${TARGET_NAME} PROPERTIES
     PREFIX "afb-"
-    LABELS "BINDINGV2"
-    LINK_FLAGS  ${BINDINGS_LINK_FLAG}
+    LABELS "BINDINGV3"
     OUTPUT_NAME ucs2
     )
 
     # Library dependencies (include updates automatically)
     TARGET_LINK_LIBRARIES(${TARGET_NAME}
         ucs2-inter
-        afb-helpers
         ${link_libraries}
     )