comenzado a crear paneles con imgui para controlar/debugear la ejecucion
This commit is contained in:
@@ -1,10 +1,13 @@
|
||||
add_executable(${PROJECT_NAME}
|
||||
add_executable(${PROJECT_NAME})
|
||||
target_sources(${PROJECT_NAME} PRIVATE main.cpp
|
||||
bitops.h
|
||||
Graphics.cpp
|
||||
Graphics.h
|
||||
Chip8.cpp
|
||||
Chip8.h
|
||||
Interpreter.cpp
|
||||
Interpreter.h)
|
||||
target_sources(${PROJECT_NAME} PRIVATE main.cpp
|
||||
Graphics.cpp
|
||||
Graphics.h
|
||||
Interpreter.h
|
||||
Chip8ControlPanel.cpp
|
||||
Chip8ControlPanel.h
|
||||
)
|
||||
target_link_libraries(${PROJECT_NAME} PRIVATE vendor)
|
||||
Reference in New Issue
Block a user