add drawing c file to cmakelists #4

This commit is contained in:
SemvdH
2021-08-24 23:44:45 +02:00
parent 275aa5cc55
commit 5c6be62f94

View File

@@ -55,6 +55,7 @@ add_executable(${PROJECT_NAME}
src/system/timing.c
src/system/control_input.c
src/toolbox/toolbox.c
src/toolbox/drawing.c
../common/debugScreen.c
)