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 can_raw plugin
add_library(can_raw SHARED)
set_target_properties(can_raw PROPERTIES OUTPUT_NAME "can_raw")

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")

View File

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