From 5c6be62f945a39ba38c6c86ffd17e1fd9309c425 Mon Sep 17 00:00:00 2001 From: SemvdH Date: Tue, 24 Aug 2021 23:44:45 +0200 Subject: [PATCH] add drawing c file to cmakelists #4 --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) 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 )