implemented DisplaySDL

This commit is contained in:
2024-11-28 04:08:37 -05:00
parent e4636e4901
commit 5429c5fac1
5 changed files with 114 additions and 4 deletions

View File

@@ -5,5 +5,5 @@ SET(CMAKE_BUILD_TYPE Debug)
add_subdirectory(submodules/sdl2)
SET(CMAKE_EXPORT_COMPILE_COMMANDS ON)
add_executable(chocochip8 main.cpp Interpreter.cpp BuzzerSDL.cpp)
add_executable(chocochip8 main.cpp Interpreter.cpp DisplaySDL.cpp BuzzerSDL.cpp)
target_link_libraries(chocochip8 SDL2::SDL2-static)