This commit is contained in:
IniKiwi 2022-10-24 13:37:39 +02:00
parent 250e033f88
commit 2b36e10270
No known key found for this signature in database
GPG Key ID: 60923B67D72E02BC
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ set(SRCS
src/log.c
src/memory.c
src/syscall/keyboard.c
src/syscall/bfile.c
)
find_package(SDL2 REQUIRED)