mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-20 22:16:49 +01:00
cmake: correctly report Vulkan support at configure time (thanks, Tiago!).
Fixes Bugzilla #4262.
This commit is contained in:
parent
c179d3948a
commit
c19516b50c
@ -1544,6 +1544,7 @@ endif()
|
|||||||
|
|
||||||
if(VIDEO_VULKAN)
|
if(VIDEO_VULKAN)
|
||||||
set(SDL_VIDEO_VULKAN 1)
|
set(SDL_VIDEO_VULKAN 1)
|
||||||
|
set(HAVE_VIDEO_VULKAN TRUE)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# Dummies
|
# Dummies
|
||||||
|
Loading…
Reference in New Issue
Block a user