mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
android app depends on task lib
This commit is contained in:
parent
a1c540fc85
commit
b6f81a8131
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 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 render-utils physics entities octree ${PLATFORM_GL_BACKEND})
|
||||||
target_opengl()
|
target_opengl()
|
||||||
target_bullet()
|
target_bullet()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue