mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 03:07:05 +02:00
Fix broken assignment-client build
This commit is contained in:
parent
e39219c2b5
commit
10df0f2d8c
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
|||
set(TARGET_NAME assignment-client)
|
||||
|
||||
setup_hifi_project(Core Gui Network Script Widgets WebSockets)
|
||||
setup_hifi_project(Core Gui Network Script Quick Widgets WebSockets)
|
||||
|
||||
# link in the shared libraries
|
||||
link_hifi_libraries(
|
||||
audio avatars octree environment gpu model fbx entities
|
||||
networking animation shared script-engine embedded-webserver
|
||||
physics
|
||||
controllers physics
|
||||
)
|
||||
|
||||
include_application_version()
|
||||
|
|
Loading…
Reference in a new issue