Move dependency handling over to CPM

This commit is contained in:
2022-02-11 11:43:25 +01:00
parent 2fe2286df8
commit 3e37ac3b0b
570 changed files with 1091 additions and 172220 deletions

View File

@@ -1,7 +1,7 @@
#ifndef ANGELSCRIPTDEBUGGER_ASVARIABLEFORMATTER_HPP
#define ANGELSCRIPTDEBUGGER_ASVARIABLEFORMATTER_HPP
#include <angelscript.h>
#include "../extern/json.hpp"
#include <nlohmann/json.hpp>
#include "AngelscriptDebugger.hpp"
#include "DebugAdapterProtocol/Types.hpp"