6 lines
218 B
CMake
6 lines
218 B
CMake
|
|
add_library(Qt5::PassThruCanBusPlugin MODULE IMPORTED)
|
|
|
|
_populate_SerialBus_plugin_properties(PassThruCanBusPlugin RELEASE "canbus/libqtpassthrucanbus.so")
|
|
|
|
list(APPEND Qt5SerialBus_PLUGINS Qt5::PassThruCanBusPlugin)
|