fix building with gles on desktop (still crashes)

This commit is contained in:
SamGondelman 2018-03-14 11:44:00 -07:00
parent 3b877db992
commit 21381a7295
2 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@ if (WIN32 AND (NOT USE_GLES))
set(TARGET_NAME oculus)
setup_hifi_plugin(Multimedia)
link_hifi_libraries(
shared task gl gpu gpu-gl controllers ui qml
shared task gl gpu ${PLATFORM_GL_BACKEND} controllers ui qml
plugins ui-plugins display-plugins input-plugins
audio-client networking render-utils
${PLATFORM_GL_BACKEND}

View file

@ -14,7 +14,7 @@ set_target_properties(${TARGET_NAME} PROPERTIES FOLDER "Tests/manual-tests/")
# link in the shared libraries
link_hifi_libraries(
shared task networking animation
ktx image octree gl gpu gpu-gl
ktx image octree gl gpu ${PLATFORM_GL_BACKEND}
render render-utils
graphics fbx model-networking graphics-scripting
entities entities-renderer audio avatars script-engine