[Vulkan] Cleanup and update SPIR-V dependencies
This commit is contained in:
@@ -11,16 +11,12 @@ project("xenia-gpu")
|
||||
"fmt",
|
||||
"glslang-spirv",
|
||||
"snappy",
|
||||
"spirv-tools",
|
||||
"xenia-base",
|
||||
"xenia-ui",
|
||||
"xxhash",
|
||||
})
|
||||
defines({
|
||||
})
|
||||
includedirs({
|
||||
project_root.."/third_party/spirv-tools/external/include",
|
||||
})
|
||||
local_platform_files()
|
||||
|
||||
group("src")
|
||||
@@ -32,7 +28,6 @@ project("xenia-gpu-shader-compiler")
|
||||
"dxbc",
|
||||
"fmt",
|
||||
"glslang-spirv",
|
||||
"spirv-tools",
|
||||
"xenia-base",
|
||||
"xenia-gpu",
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user