diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2022-09-20 17:28:35 +0200 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2022-09-20 17:34:25 +0200 |
| commit | d9851c5e7864121e804b4563eedffef830d5117e (patch) | |
| tree | fea42ef25444f131ec5242a09a7ad2a5bf743371 /src/gui | |
| parent | 6b54e9be328182d08bfa3e7278e8742493441b94 (diff) | |
| download | jancity-d9851c5e7864121e804b4563eedffef830d5117e.tar.gz | |
menu: Implement join_menu
Diffstat (limited to 'src/gui')
| -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 f96d927..504c02f 100644 --- a/src/gui/CMakeLists.txt +++ b/src/gui/CMakeLists.txt @@ -10,4 +10,4 @@ add_library(gui "src/rounded_rect.c" ) target_include_directories(gui PUBLIC "inc" PRIVATE "privinc") -target_link_libraries(gui PUBLIC camera gfx input peripheral font) +target_link_libraries(gui PUBLIC camera gfx input net peripheral font) |
