X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=low-can-binding%2FCMakeLists.txt;h=c8bac4f68475ab17c9dc97fad3fe3e3a20ca1705;hb=731624acf76d58e1847f797e15747ccc94c052f0;hp=b2892cc1d749c1a3474770df8ad881df9656f55a;hpb=6faef2305955b025c3cf1cfaf17a6aa073727c24;p=apps%2Fagl-service-can-low-level.git diff --git a/low-can-binding/CMakeLists.txt b/low-can-binding/CMakeLists.txt index b2892cc1..c8bac4f6 100644 --- a/low-can-binding/CMakeLists.txt +++ b/low-can-binding/CMakeLists.txt @@ -27,7 +27,6 @@ PROJECT_TARGET_ADD(low-can) binding/${TARGET_NAME}-socket.cpp binding/${TARGET_NAME}-subscription.cpp binding/application.cpp - binding/application-generated.cpp can/can-bus.cpp can/can-message-set.cpp can/can-message-definition.cpp @@ -44,13 +43,14 @@ PROJECT_TARGET_ADD(low-can) utils/socketcan.cpp #utils/socketcan-raw.cpp utils/socketcan-bcm.cpp - utils/config-parser.cpp) + utils/config-parser.cpp + binding/application-generated.cpp) set(OPENAPI_DEF "binding/low-can-apidef" CACHE STRING "name and path to the JSON API definition without extension") # Binder exposes a unique public entry point SET_TARGET_PROPERTIES(${TARGET_NAME} PROPERTIES PREFIX "afb-" - LABELS "BINDINGV2" + LABELS "BINDINGV3" LINK_FLAGS ${BINDINGS_LINK_FLAG} OUTPUT_NAME ${TARGET_NAME} ) @@ -62,5 +62,6 @@ PROJECT_TARGET_ADD(low-can) uds-c isotp-c bitfield-c + afb-helpers ${link_libraries})