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"

View File

@@ -5,7 +5,7 @@
#include <string>
#include <utility>
#include <vector>
#include "../../extern/json.hpp"
#include <nlohmann/json.hpp>
#include "Utils.hpp"
namespace DebugAdapterProtocol {

View File

@@ -4,7 +4,7 @@
#include <optional>
#include <string>
#include <vector>
#include "../../extern/json.hpp"
#include <nlohmann/json.hpp>
#include "BaseProtocol.hpp"
#include "Types.hpp"