add required libraries

This commit is contained in:
Sven Czarnian
2021-11-18 15:53:34 +01:00
parent 1a58301d4f
commit a23de5ee67
25 changed files with 7175 additions and 0 deletions

15
external/include/json/json.h vendored Normal file
View File

@@ -0,0 +1,15 @@
// Copyright 2007-2010 Baptiste Lepilleur and The JsonCpp Authors
// Distributed under MIT license, or public domain if desired and
// recognized in your jurisdiction.
// See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE
#ifndef JSON_JSON_H_INCLUDED
#define JSON_JSON_H_INCLUDED
#include "config.h"
#include "json_features.h"
#include "reader.h"
#include "value.h"
#include "writer.h"
#endif // JSON_JSON_H_INCLUDED