4 lines
87 B
CMake
4 lines
87 B
CMake
find_package(Vulkan REQUIRED)
|
|
if (NOT Vulkan_FOUND)
|
|
error("Vulkan not found")
|
|
endif () |