mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-01 16:22: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
|
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
|
||||||
|
|||||||
@ -42,7 +42,6 @@ target_link_libraries(gx
|
|||||||
event
|
event
|
||||||
math
|
math
|
||||||
model
|
model
|
||||||
ui
|
|
||||||
util
|
util
|
||||||
PUBLIC
|
PUBLIC
|
||||||
bc
|
bc
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user