aboutsummaryrefslogtreecommitdiff
path: root/src/gui
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2022-09-20 17:28:35 +0200
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2022-09-20 17:34:25 +0200
commit3eef29c327abd46e73c0a4d5b1c186dd7d3878b2 (patch)
treef08cfce76affcc84a6563b9ed5c0e8c610345d6f /src/gui
parent8f9737b776bf98d0686a2f11685d1e307b2ef390 (diff)
downloadrts-3eef29c327abd46e73c0a4d5b1c186dd7d3878b2.tar.gz
menu: Implement join_menu
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/CMakeLists.txt2
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)