diff options
Diffstat (limited to 'src/gui/CMakeLists.txt')
| -rw-r--r-- | src/gui/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/CMakeLists.txt b/src/gui/CMakeLists.txt index b7fe2c1..6ff3a71 100644 --- a/src/gui/CMakeLists.txt +++ b/src/gui/CMakeLists.txt @@ -9,4 +9,4 @@ add_library(gui "src/rounded_rect.c" ) target_include_directories(gui PUBLIC "inc" PRIVATE "privinc") -target_link_libraries(gui PUBLIC camera gfx peripheral font) +target_link_libraries(gui PUBLIC camera gfx input peripheral font) |
