mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 17:06:57 +02:00
Fix Android building
This commit is contained in:
parent
12c3bd80e5
commit
f6d9cd6fb8
2 changed files with 2 additions and 2 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 hfm render-utils physics entities octree ${PLATFORM_GL_BACKEND})
|
link_hifi_libraries(shared task networking gl gpu qml image model-serializers hfm render-utils physics entities octree ${PLATFORM_GL_BACKEND})
|
||||||
target_opengl()
|
target_opengl()
|
||||||
target_bullet()
|
target_bullet()
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@ set(TARGET_NAME questInterface)
|
||||||
setup_hifi_library()
|
setup_hifi_library()
|
||||||
link_hifi_libraries(
|
link_hifi_libraries(
|
||||||
shared task networking qml
|
shared task networking qml
|
||||||
image fbx hfm render-utils physics entities octree
|
image model-serializers hfm render-utils physics entities octree
|
||||||
oculusMobile oculusMobilePlugin
|
oculusMobile oculusMobilePlugin
|
||||||
gl gpu ${PLATFORM_GL_BACKEND}
|
gl gpu ${PLATFORM_GL_BACKEND}
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue