softbus_package(protocol_canopen)

add_library(protocol_canopen SHARED
    src/canopen_plugin.cpp
)

softbus_export_include(protocol_canopen "${CMAKE_CURRENT_SOURCE_DIR}/include")

target_link_libraries(protocol_canopen PRIVATE
    softbus_core
    softbus_canopen_common
)
softbus_add_plugin(protocol_canopen)
softbus_apply_platform_libs(protocol_canopen)
