Files
FGL-Engine/cmake_modules/dependencies/vulkan.cmake

4 lines
87 B
CMake

find_package(Vulkan REQUIRED)
if (NOT Vulkan_FOUND)
error("Vulkan not found")
endif ()