Implement a new socket type CAN for j1939 protocol
[apps/agl-service-can-low-level.git] / low-can-binding / CMakeLists.txt
index acbf4f1..d09757d 100644 (file)
@@ -24,10 +24,8 @@ PROJECT_TARGET_ADD(low-can)
        add_library(${TARGET_NAME} MODULE
                #binding/${TARGET_NAME}-hat.cpp
                binding/${TARGET_NAME}-cb.cpp
-               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,7 +42,8 @@ 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
@@ -62,5 +61,6 @@ PROJECT_TARGET_ADD(low-can)
                uds-c
                isotp-c
                bitfield-c
+               afb-helpers
                ${link_libraries})