[cmake] Move back to individual handling of Vulkan deps (#3450)

VUL version mismatches are solved upstream. Anything else is user error,
not that the prior solution really helped let's be real.

Signed-off-by: crueter <crueter@eden-emu.dev>
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/3450
Reviewed-by: Lizzie <lizzie@eden-emu.dev>
Reviewed-by: DraVee <dravee@eden-emu.dev>
This commit is contained in:
crueter 2026-02-02 06:54:58 +01:00
parent 2a3507c2b9
commit d0a054270e
No known key found for this signature in database
GPG key ID: 425ACD2D4830EBC6
3 changed files with 19 additions and 12 deletions

View file

@ -83,8 +83,9 @@ endif()
# mcl
AddJsonPackage(mcl)
# VulkanUtilityHeaders - pulls in headers and utility libs
AddJsonPackage(vulkan-utility-headers)
# Vulkan stuff
AddJsonPackage(vulkan-headers)
AddJsonPackage(vulkan-utility-libraries)
# small hack
if (NOT VulkanUtilityLibraries_ADDED)