Add build_with_tools manifest (#285)
* add manifest to build driver with spvgen dependency libs * Update build_with_tools manifest to include default.xml * Update manifest: simplify the remote fetch address
This commit is contained in:
parent
48b5af58f7
commit
299af9480e
13
build_with_tools.xml
Normal file
13
build_with_tools.xml
Normal file
@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<manifest>
|
||||
<include name="default.xml" />
|
||||
|
||||
<remote name="khronos-github"
|
||||
fetch="https://github.com/KhronosGroup/" />
|
||||
|
||||
<project path="drivers/third_party/glslang" name="glslang.git" remote="khronos-github" revision="6624e1367309630b2f6df3cf93a5f864e89973f9"/>
|
||||
<project path="drivers/third_party/SPIRV-tools" name="SPIRV-Tools.git" remote="khronos-github" revision="8a40f6de57d7b78bc431678d90aa8a570d1631f2"/>
|
||||
<project path="drivers/third_party/SPIRV-tools/external/SPIRV-Headers" name="SPIRV-Headers.git" remote="khronos-github" revision="b8047fbe45f426f5918fadc67e8408f5b108c3c9"/>
|
||||
<project path="drivers/third_party/SPIRV-cross" name="SPIRV-Cross.git" remote="khronos-github" revision="a1bb29ccbb285618028a24efb3fe4f6718cee0b5"/>
|
||||
|
||||
</manifest>
|
@ -2,7 +2,7 @@
|
||||
<manifest>
|
||||
|
||||
<remote name="vulkan-github"
|
||||
fetch="https://github.com/GPUOpen-Drivers" />
|
||||
fetch="." />
|
||||
|
||||
<default revision="master"
|
||||
remote="vulkan-github"
|
||||
|
Loading…
Reference in New Issue
Block a user