diff --git a/android/apps/interface/CMakeLists.txt b/android/apps/interface/CMakeLists.txt index 500d555915..2f21d22b12 100644 --- a/android/apps/interface/CMakeLists.txt +++ b/android/apps/interface/CMakeLists.txt @@ -1,6 +1,6 @@ set(TARGET_NAME native-lib) 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_bullet() diff --git a/android/apps/questInterface/CMakeLists.txt b/android/apps/questInterface/CMakeLists.txt index 97ca46f6e5..72448cc9cf 100644 --- a/android/apps/questInterface/CMakeLists.txt +++ b/android/apps/questInterface/CMakeLists.txt @@ -2,7 +2,7 @@ set(TARGET_NAME questInterface) setup_hifi_library() link_hifi_libraries( shared task networking qml - image fbx hfm render-utils physics entities octree + image model-serializers hfm render-utils physics entities octree oculusMobile oculusMobilePlugin gl gpu ${PLATFORM_GL_BACKEND} )