mirror of
https://github.com/overte-org/overte.git
synced 2025-04-13 16:05:17 +02:00
Fix Android build not linking hfm library
This commit is contained in:
parent
e654ff9bbc
commit
906fc1a425
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
set(TARGET_NAME native-lib)
|
set(TARGET_NAME native-lib)
|
||||||
setup_hifi_library()
|
setup_hifi_library()
|
||||||
link_hifi_libraries(shared task networking gl gpu qml image fbx render-utils physics entities octree ${PLATFORM_GL_BACKEND})
|
link_hifi_libraries(shared task networking gl gpu qml image fbx hfm render-utils physics entities octree ${PLATFORM_GL_BACKEND})
|
||||||
target_opengl()
|
target_opengl()
|
||||||
target_bullet()
|
target_bullet()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue