Files
softbus_daemon/plugins/protocols/custom_proto/CMakeLists.txt

4 lines
145 B
CMake
Raw Normal View History

2026-03-10 17:56:36 +08:00
# Placeholder for custom_proto plugin
add_library(custom_proto SHARED)
set_target_properties(custom_proto PROPERTIES OUTPUT_NAME "custom_proto")