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

4 lines
144 B
CMake
Raw Normal View History

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