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

4 lines
164 B
CMake
Raw Normal View History

2026-03-26 17:22:52 +08:00
# Placeholder for custom_proto plugin
add_library(custom_proto SHARED plugin_stub.cpp)
2026-03-12 14:56:53 +08:00
set_target_properties(custom_proto PROPERTIES OUTPUT_NAME "custom_proto")