mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-16 22:47:08 +02:00
fix link errors on linux build
This commit is contained in:
parent
2bf9b4f4a7
commit
7a684058b5
1 changed files with 1 additions and 2 deletions
|
@ -204,14 +204,13 @@ endif()
|
|||
|
||||
# link required hifi libraries
|
||||
link_hifi_libraries(
|
||||
shared task octree ktx gpu gl procedural graphics render
|
||||
shared workload task octree ktx gpu gl procedural graphics render
|
||||
pointers
|
||||
recording fbx networking model-networking entities avatars trackers
|
||||
audio audio-client animation script-engine physics
|
||||
render-utils entities-renderer avatars-renderer ui qml auto-updater midi
|
||||
controllers plugins image trackers
|
||||
ui-plugins display-plugins input-plugins
|
||||
workload
|
||||
${PLATFORM_GL_BACKEND}
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue