[ADD] timing and coredump

This commit is contained in:
Sem van der Hoeven
2021-05-19 23:33:19 +02:00
parent 28d29b75f3
commit f3241423a1
8 changed files with 100 additions and 2 deletions

View File

@@ -52,6 +52,7 @@ link_directories(
add_executable(${PROJECT_NAME}
src/main.c
src/sprites/sprites.c
src/timing/timing.c
../common/debugScreen.c
)