Files
softbus_daemon/plugins/protocols/custom_proto/CMakeLists.txt
flowerstonezl 993581b2a4 log
2026-03-10 17:56:36 +08:00

4 lines
145 B
CMake

# Placeholder for custom_proto plugin
add_library(custom_proto SHARED)
set_target_properties(custom_proto PROPERTIES OUTPUT_NAME "custom_proto")