mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-09 10:47:53 +02:00
hopefully resolves the last reported link error on macos
This commit is contained in:
parent
fb93e39f66
commit
d868143da0
1 changed files with 1 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
set(TARGET_NAME avatars-renderer)
|
||||
setup_hifi_library(Network)
|
||||
link_hifi_libraries(shared shaders gpu graphics animation material-networking model-networking render render-utils image entities-renderer physics)
|
||||
link_hifi_libraries(shared shaders gpu graphics animation material-networking model-networking render render-utils image entities-renderer physics recording)
|
||||
include_hifi_library_headers(audio)
|
||||
include_hifi_library_headers(avatars)
|
||||
include_hifi_library_headers(entities)
|
||||
|
@ -11,7 +11,6 @@ include_hifi_library_headers(model-serializers)
|
|||
include_hifi_library_headers(networking)
|
||||
include_hifi_library_headers(octree)
|
||||
include_hifi_library_headers(procedural)
|
||||
include_hifi_library_headers(recording)
|
||||
include_hifi_library_headers(script-engine)
|
||||
include_hifi_library_headers(task)
|
||||
include_hifi_library_headers(workload)
|
||||
|
|
Loading…
Reference in a new issue