From 526fe4e8cbfc5b797f6f507e6a281fb98cc3fe2d Mon Sep 17 00:00:00 2001 From: fallenoak Date: Sun, 9 Nov 2025 20:13:30 -0600 Subject: [PATCH] fix(build): avoid linking error in gcc builds --- src/client/CMakeLists.txt | 2 +- src/gx/CMakeLists.txt | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/client/CMakeLists.txt b/src/client/CMakeLists.txt index 4f47b79..a7b3fe4 100644 --- a/src/client/CMakeLists.txt +++ b/src/client/CMakeLists.txt @@ -35,6 +35,7 @@ target_include_directories(client target_link_libraries(client PRIVATE + ui async console db @@ -42,7 +43,6 @@ target_link_libraries(client gx model net - ui util world PUBLIC diff --git a/src/gx/CMakeLists.txt b/src/gx/CMakeLists.txt index 308fd9c..a9c1ede 100644 --- a/src/gx/CMakeLists.txt +++ b/src/gx/CMakeLists.txt @@ -42,7 +42,6 @@ target_link_libraries(gx event math model - ui util PUBLIC bc