diff --git a/CMakeLists.txt b/CMakeLists.txt index 5a356ee..8cd6f61 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 )