Lines Matching refs:Vulkan
15 # Include this file to find Vulkan and and set up compilation and linking.
42 # Our first choice is to pick up the Vulkan headers from an enclosing project.
43 # And if that's the case, then use Vulkan libraries as specified by
45 set(X "${Vulkan-Headers_SOURCE_DIR}/include")
47 message(STATUS "Amber: Using Vulkan header dir ${X}")
56 message(STATUS "Amber: Defaulting to Vulkan library: vulkan")
59 message(STATUS "Amber: Using specified Vulkan libraries: ${Vulkan_LIBRARIES}")
63 # For now assume we have Vulkan. We have its header, but we haven't checked
74 message(STATUS "Amber: Checking for CTS Vulkan header")
75 set(X "${Vulkan-Headers_SOURCE_DIR}")
77 message(STATUS "Amber: Using Vulkan header dir ${X}")
92 # If we aren't already building a Vulkan library, then use CMake to find it.
94 # LunarG added FindVulkan support to CMake 3.7. If you have the Vulkan SDK
104 find_package(Vulkan)
106 message(STATUS "Amber: Using Vulkan from Vulkan SDK at $ENV{VULKAN_SDK}")
108 set(VULKAN_LIB Vulkan::Vulkan)
109 # Add the Vulkan include directory to the list of include paths.
116 message(STATUS "Amber: Did not find Vulkan")