7 lines
202 B
CMake
7 lines
202 B
CMake
|
|
||
|
add_library(Qt5::TinyCanBusPlugin MODULE IMPORTED)
|
||
|
|
||
|
_populate_SerialBus_plugin_properties(TinyCanBusPlugin RELEASE "canbus/libqttinycanbus.so")
|
||
|
|
||
|
list(APPEND Qt5SerialBus_PLUGINS Qt5::TinyCanBusPlugin)
|