mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-01 00:02:45 +03:00
fix(build): avoid linking error in gcc builds
This commit is contained in:
parent
1eed077d0b
commit
526fe4e8cb
@ -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
|
||||
|
||||
@ -42,7 +42,6 @@ target_link_libraries(gx
|
||||
event
|
||||
math
|
||||
model
|
||||
ui
|
||||
util
|
||||
PUBLIC
|
||||
bc
|
||||
|
||||
Loading…
Reference in New Issue
Block a user