started work on the CHIP-8 interpreter
This commit is contained in:
@@ -5,5 +5,5 @@ SET(CMAKE_BUILD_TYPE Debug)
|
||||
add_subdirectory(submodules/sdl2)
|
||||
|
||||
SET(CMAKE_EXPORT_COMPILE_COMMANDS ON)
|
||||
add_executable(chocochip8 main.cpp Buzzer.cpp)
|
||||
add_executable(chocochip8 main.cpp Interpreter.cpp BuzzerSDL.cpp)
|
||||
target_link_libraries(chocochip8 SDL2::SDL2-static)
|
||||
|
||||
Reference in New Issue
Block a user