Library for MQTT

Revision:
0:ba7e439238ab
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed-mqtt-master/UNITTESTS/CMakeSettings.json	Mon Jun 20 16:24:43 2022 +0000
@@ -0,0 +1,30 @@
+{
+  "configurations": [
+    {
+      "name": "GNU-Debug",
+      "generator": "Ninja",
+      "configurationType": "Debug",
+      "inheritEnvironments": [ "mingw64" ],
+      "buildRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}\\build\\${name}",
+      "installRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}\\install\\${name}",
+      "environments": [
+        {
+          "environment": "mingw64"
+        }
+      ]
+    },
+    {
+      "name": "GNU-Release",
+      "generator": "Ninja",
+      "configurationType": "Release",
+      "inheritEnvironments": [ "mingw64" ],
+      "buildRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}\\build\\${name}",
+      "installRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}\\install\\${name}",
+      "environments": [
+        {
+          "environment": "mingw64"
+        }
+      ]
+    }
+  ]
+}
\ No newline at end of file