starting to implement test ui to try to connect window and sfmlQwidget

This commit is contained in:
Clément Le Bihan
2021-05-07 00:16:16 +02:00
parent fad712f9e2
commit dfc0aef74b
4 changed files with 221 additions and 1 deletions
+1 -1
View File
@@ -237,7 +237,7 @@ add_executable(ComSquare
sources/APU/DSP/Timer.cpp
sources/APU/DSP/BRR.cpp
sources/PPU/PPUUtils.cpp
)
sources/Debugger/TileViewer.cpp sources/Debugger/TileViewer.hpp)
target_compile_definitions(ComSquare PUBLIC DEBUGGER_ENABLED)