mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 11:48:09 +02:00
Added avatars dependency to GVRInterface
This commit is contained in:
parent
5bc98f5258
commit
8847338297
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ include_directories(${Qt5Gui_PRIVATE_INCLUDE_DIRS})
|
||||||
|
|
||||||
include_glm()
|
include_glm()
|
||||||
|
|
||||||
link_hifi_libraries(shared networking audio-client)
|
link_hifi_libraries(shared networking audio-client avatars)
|
||||||
include_dependency_includes()
|
include_dependency_includes()
|
||||||
|
|
||||||
set(ANDROID_SDK_ROOT $ENV{ANDROID_HOME})
|
set(ANDROID_SDK_ROOT $ENV{ANDROID_HOME})
|
||||||
|
|
Loading…
Reference in a new issue