IOTConnect-PC/lib/cmake/Qt6Mqtt/Qt6MqttVersionlessTargets.cmake
2024-05-09 11:00:07 +08:00

8 lines
288 B
CMake

# Protect against multiple inclusion, which would fail when already imported targets are
# added once more.
_qt_internal_check_multiple_inclusion(_targets_not_defined "Mqtt;MqttPrivate")
_qt_internal_create_versionless_targets("${_targets_not_defined}" Qt6)
unset(_targets_not_defined)