build/gpu-frame-player: Link Vulkan library for GL case.

Vulkan includes are also used in the GL case.
This commit is contained in:
Lubosz Sarnecki 2024-03-29 10:30:24 +01:00 committed by Karol Suprynowicz
parent 33a8f20383
commit 72edce5c2a

View file

@ -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()