mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-07 23:02:24 +02:00
build/gpu-frame-player: Link Vulkan library for GL case.
Vulkan includes are also used in the GL case.
This commit is contained in:
parent
33a8f20383
commit
72edce5c2a
1 changed files with 1 additions and 1 deletions
|
@ -24,9 +24,9 @@ if (BUILD_FRAME_PLAYER_GL)
|
|||
link_hifi_libraries(gl ${PLATFORM_GL_BACKEND})
|
||||
target_opengl()
|
||||
else()
|
||||
link_hifi_libraries(vk gpu-vk)
|
||||
target_vulkan()
|
||||
endif()
|
||||
link_hifi_libraries(vk gpu-vk)
|
||||
|
||||
package_libraries_for_deployment()
|
||||
|
||||
|
|
Loading…
Reference in a new issue