Cleaning the cmake and merging with master

This commit is contained in:
Zoe Roux
2021-06-29 10:24:41 +02:00
59 changed files with 7627 additions and 1477 deletions
+5 -5
View File
@@ -6,11 +6,11 @@
#define COMSQUARE_CPUDEBUG_HPP
#include <QtWidgets/QStyledItemDelegate>
#include "../../CPU/CPU.hpp"
#include "../../Renderer/SFRenderer.hpp"
#include "../../SNES.hpp"
#include "../../../ui/ui_cpuView.h"
#include "../ClosableWindow.hpp"
#include "CPU/CPU.hpp"
#include "SNES.hpp"
#include "ui/ui_cpuView.h"
#include "Debugger/ClosableWindow.hpp"
#include <optional>
namespace ComSquare::Debugger
{