This commit is contained in:
flowerstonezl
2026-03-10 17:56:36 +08:00
commit 993581b2a4
22 changed files with 378 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
# Placeholder for custom_proto plugin
add_library(custom_proto SHARED)
set_target_properties(custom_proto PROPERTIES OUTPUT_NAME "custom_proto")