mirror of
				https://git.tardis.systems/mirrors/yuzu
				synced 2025-10-31 02:34:11 +01:00 
			
		
		
		
	Merge pull request #12887 from abouvier/cmake-vulkan-headers
cmake: use vulkan-headers config file
This commit is contained in:
		
						commit
						32d38a5df6
					
				| @ -307,7 +307,7 @@ find_package(ZLIB 1.2 REQUIRED) | ||||
| find_package(zstd 1.5 REQUIRED) | ||||
| 
 | ||||
| if (NOT YUZU_USE_EXTERNAL_VULKAN_HEADERS) | ||||
|     find_package(Vulkan 1.3.274 REQUIRED) | ||||
|     find_package(VulkanHeaders 1.3.274 REQUIRED) | ||||
| endif() | ||||
| 
 | ||||
| if (NOT YUZU_USE_EXTERNAL_VULKAN_UTILITY_LIBRARIES) | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user