[mqtt-client] boost-like project folder structure

Summary: resolves T12767

Reviewers: ivica

Reviewed By: ivica

Subscribers: miljen

Tags: #spacetime

Maniphest Tasks: T12767

Differential Revision: https://repo.mireo.local/D25970
This commit is contained in:
Korina Šimičević
2023-10-05 13:59:32 +02:00
commit 2d957cd46f
67 changed files with 12627 additions and 0 deletions

9
include/async_mqtt5.hpp Normal file
View File

@@ -0,0 +1,9 @@
#ifndef ASYNC_MQTT5_HPP
#define ASYNC_MQTT5_HPP
#include <async_mqtt5/error.hpp>
#include <async_mqtt5/mqtt_client.hpp>
#include <async_mqtt5/property_types.hpp>
#include <async_mqtt5/types.hpp>
#endif // !ASYNC_MQTT5_HPP