Merge pull request #12639 from SamGondelman/aa

Use correct platform-specific gpu library
This commit is contained in:
Sam Gateau 2018-03-20 14:47:26 -07:00 committed by GitHub
commit 4341347148
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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