Cleaning the CMake

This commit is contained in:
Anonymus Raccoon
2020-03-28 20:51:42 +01:00
parent 4f56cef3f2
commit 15f6b85d9a
+4 -1
View File
@@ -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)