fix(build): avoid linking error in gcc builds

This commit is contained in:
fallenoak 2025-11-09 20:13:30 -06:00
parent 1eed077d0b
commit 526fe4e8cb
2 changed files with 1 additions and 2 deletions

View File

@ -35,6 +35,7 @@ target_include_directories(client
target_link_libraries(client target_link_libraries(client
PRIVATE PRIVATE
ui
async async
console console
db db
@ -42,7 +43,6 @@ target_link_libraries(client
gx gx
model model
net net
ui
util util
world world
PUBLIC PUBLIC

View File

@ -42,7 +42,6 @@ target_link_libraries(gx
event event
math math
model model
ui
util util
PUBLIC PUBLIC
bc bc