mirror of
https://github.com/lubosz/overte.git
synced 2025-04-29 20:43:12 +02:00
Fix hfm not linking in script-engine for Android build
This commit is contained in:
parent
8b37133875
commit
2c94d1f620
1 changed files with 1 additions and 2 deletions
|
@ -17,7 +17,6 @@ if (NOT ANDROID)
|
||||||
|
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
link_hifi_libraries(shared networking octree shaders gpu procedural graphics model-networking ktx recording avatars fbx entities controllers animation audio physics image midi)
|
link_hifi_libraries(shared networking octree shaders gpu procedural graphics model-networking ktx recording avatars fbx hfm entities controllers animation audio physics image midi)
|
||||||
# ui includes gl, but link_hifi_libraries does not use transitive includes, so gl must be explicit
|
# ui includes gl, but link_hifi_libraries does not use transitive includes, so gl must be explicit
|
||||||
include_hifi_library_headers(gl)
|
include_hifi_library_headers(gl)
|
||||||
include_hifi_library_headers(hfm)
|
|
||||||
|
|
Loading…
Reference in a new issue