Files
softbus_OPC/tools/CMakeLists.txt
flower_linux 85bfb5d8ec self control
2026-06-24 16:25:02 +08:00

15 lines
451 B
CMake

add_executable(cmd_sender cmd_sender.cpp)
target_link_libraries(cmd_sender PRIVATE
softbus_core softbus_api softbus_transport softbus_registry
)
softbus_apply_platform_libs(cmd_sender)
add_executable(topic_watcher topic_watcher.cpp)
target_link_libraries(topic_watcher PRIVATE
softbus_bus softbus_core
)
softbus_apply_platform_libs(topic_watcher)
add_executable(modbus_scanner modbus_scanner.cpp)
softbus_apply_platform_libs(modbus_scanner)