Add inja
Requries update to C++17 standard
This commit is contained in:
parent
b329fb68a9
commit
b65c1ed3a0
13 changed files with 3372 additions and 10 deletions
|
@ -92,7 +92,8 @@ extern "C" {
|
|||
}
|
||||
#endif
|
||||
|
||||
#include "../ext/json/json.hpp"
|
||||
#include <nlohmann/json.hpp>
|
||||
#include <inja/inja.hpp>
|
||||
|
||||
using json = nlohmann::json;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue