log0.3
This commit is contained in:
@@ -3,4 +3,4 @@ cmake_minimum_required(VERSION 3.19)
|
||||
add_subdirectory(protocols/modbus_rtu)
|
||||
add_subdirectory(protocols/can_raw)
|
||||
add_subdirectory(protocols/custom_proto)
|
||||
add_subdirectory(filters)
|
||||
add_subdirectory(filters)
|
||||
|
||||
@@ -1 +1 @@
|
||||
# Placeholder for filter plugins
|
||||
# Placeholder for filter plugins
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
# Placeholder for can_raw plugin
|
||||
add_library(can_raw SHARED)
|
||||
set_target_properties(can_raw PROPERTIES OUTPUT_NAME "can_raw")
|
||||
set_target_properties(can_raw PROPERTIES OUTPUT_NAME "can_raw")
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
# Placeholder for custom_proto plugin
|
||||
add_library(custom_proto SHARED)
|
||||
set_target_properties(custom_proto PROPERTIES OUTPUT_NAME "custom_proto")
|
||||
set_target_properties(custom_proto PROPERTIES OUTPUT_NAME "custom_proto")
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
# Placeholder for modbus_rtu plugin
|
||||
add_library(modbus_rtu SHARED)
|
||||
set_target_properties(modbus_rtu PROPERTIES OUTPUT_NAME "modbus_rtu")
|
||||
set_target_properties(modbus_rtu PROPERTIES OUTPUT_NAME "modbus_rtu")
|
||||
|
||||
Reference in New Issue
Block a user