From 15f6b85d9a8e8d1c17f3abafeef26f2c9caa623e Mon Sep 17 00:00:00 2001
From: Anonymus Raccoon
Date: Sat, 28 Mar 2020 20:51:42 +0100
Subject: [PATCH] Cleaning the CMake
---
CMakeLists.txt | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 41f0df3..17a4bc3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -202,7 +202,10 @@ add_executable(ComSquare
sources/Debugger/MemoryBusDebug.cpp
sources/Debugger/MemoryBusDebug.hpp
sources/Debugger/ClosableWindow.hpp
- sources/Models/Components.hpp sources/CPU/Instruction.hpp sources/Exceptions/DebuggableError.hpp)
+ sources/Models/Components.hpp
+ sources/CPU/Instruction.hpp
+ sources/Exceptions/DebuggableError.hpp
+)
target_compile_definitions(ComSquare PUBLIC DEBUGGER_ENABLED)