chore(build): update target links

This commit is contained in:
fallenoak 2025-12-06 22:52:45 -06:00
parent 2f00e53993
commit 8e06d02632
3 changed files with 2 additions and 1 deletions

View File

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

View File

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

View File

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