Improve things

This commit is contained in:
2025-02-05 22:32:31 +01:00
parent 9837729656
commit 2a2313dff7
6 changed files with 296 additions and 12 deletions

View File

@@ -14,6 +14,8 @@ add_executable(RISCB main.c
cpu/memory.c
cpu/memory.h
cpu/core.c
cpu/core.h) # Ensure the target is defined before linking
cpu/core.h
util/texteditor.c
util/texteditor.h) # Ensure the target is defined before linking
target_link_libraries(RISCB SDL2 SDL2_ttf m)