From 1e2855b2d10effddd7ba911444b4db7f0d9fd5d3 Mon Sep 17 00:00:00 2001 From: fallenoak Date: Sat, 6 Dec 2025 22:52:45 -0600 Subject: [PATCH] chore(build): update target links --- src/client/CMakeLists.txt | 1 + src/net/CMakeLists.txt | 1 + src/ui/CMakeLists.txt | 1 - 3 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/client/CMakeLists.txt b/src/client/CMakeLists.txt index a7b3fe4..70b686a 100644 --- a/src/client/CMakeLists.txt +++ b/src/client/CMakeLists.txt @@ -40,6 +40,7 @@ target_link_libraries(client console db event + glue gx model net diff --git a/src/net/CMakeLists.txt b/src/net/CMakeLists.txt index a3b011d..72a9587 100644 --- a/src/net/CMakeLists.txt +++ b/src/net/CMakeLists.txt @@ -32,6 +32,7 @@ target_include_directories(net target_link_libraries(net PRIVATE client + glue event PUBLIC common diff --git a/src/ui/CMakeLists.txt b/src/ui/CMakeLists.txt index d4e58dc..87ef5a6 100644 --- a/src/ui/CMakeLists.txt +++ b/src/ui/CMakeLists.txt @@ -19,7 +19,6 @@ target_link_libraries(ui console db event - glue gx math model