softbus_package(softbus_command)

add_library(softbus_command STATIC
    src/CommandContext.cpp
    src/CommandService.cpp
)

softbus_export_include(softbus_command "${CMAKE_CURRENT_SOURCE_DIR}/include")
target_link_libraries(softbus_command PUBLIC softbus_core softbus_api softbus_bus softbus_registry)
