Include mtxclient in the build
This commit is contained in:
parent
70ffa43424
commit
0a9d95dfc9
12 changed files with 257 additions and 51 deletions
|
|
@ -32,6 +32,7 @@
|
|||
#include <mtx/errors.hpp>
|
||||
|
||||
#include "MatrixClient.h"
|
||||
#include <mtxclient/http/client.hpp>
|
||||
|
||||
namespace {
|
||||
std::unique_ptr<MatrixClient> instance_ = nullptr;
|
||||
|
|
@ -39,6 +40,8 @@ std::unique_ptr<MatrixClient> instance_ = nullptr;
|
|||
|
||||
namespace http {
|
||||
|
||||
std::shared_ptr<mtx::http::Client> client_ = nullptr;
|
||||
|
||||
void
|
||||
init()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue