Warning, /education/labplot/tests/import_export/MQTT/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 IF (Qt5Mqtt_FOUND) 0002 0003 add_executable (MQTTUnitTest MQTTUnitTest.cpp) 0004 0005 target_link_libraries(MQTTUnitTest Qt5::Mqtt labplot2backendlib labplot2lib labplot2nsllib labplot2test) 0006 0007 add_test(NAME MQTTUnitTest COMMAND MQTTUnitTest) 0008 0009 ENDIF ()