mirror of
https://github.com/overte-org/overte.git
synced 2025-04-13 17:32:11 +02:00
Fix compile error
This commit is contained in:
parent
bc6544a3c5
commit
df2683d989
1 changed files with 1 additions and 1 deletions
|
@ -7,6 +7,6 @@ setup_hifi_project(Network Script)
|
|||
set_target_properties(${TARGET_NAME} PROPERTIES FOLDER "Tests/manual-tests/")
|
||||
|
||||
# link in the shared libraries
|
||||
link_hifi_libraries(entities avatars shared octree gpu model fbx networking animation)
|
||||
link_hifi_libraries(entities avatars shared octree gpu model fbx networking animation audio)
|
||||
|
||||
package_libraries_for_deployment()
|
||||
|
|
Loading…
Reference in a new issue