chore(build): update target links

This commit is contained in:
fallenoak 2025-12-06 22:52:45 -06:00
parent 2f00e53993
commit 1e2855b2d1
No known key found for this signature in database
GPG Key ID: 7628F8E61AEA070D
3 changed files with 2 additions and 1 deletions

View File

@ -40,6 +40,7 @@ target_link_libraries(client
console
db
event
glue
gx
model
net

View File

@ -32,6 +32,7 @@ target_include_directories(net
target_link_libraries(net
PRIVATE
client
glue
event
PUBLIC
common

View File

@ -19,7 +19,6 @@ target_link_libraries(ui
console
db
event
glue
gx
math
model