blob: b5f44339226b10d901fc9a801a15dfc74b5a8d83 [file] [log] [blame]
{
"repos" : [
{
"name" : "glslang",
"url" : "https://github.com/KhronosGroup/glslang.git",
"sub_dir" : "glslang",
"build_dir" : "glslang/build",
"install_dir" : "glslang/build/install",
"commit" : "e56beaee736863ce48455955158f1839e6e4c1a1",
"prebuild" : [
"python update_glslang_sources.py"
],
"cmake_options" : [
"-DUSE_CCACHE=ON"
]
},
{
"name": "Vulkan-Headers",
"url": "https://github.com/KhronosGroup/Vulkan-Headers.git",
"sub_dir": "Vulkan-Headers",
"build_dir": "Vulkan-Headers/build",
"install_dir": "Vulkan-Headers/build/install",
"commit": "v1.2.174"
},
{
"name": "SPIRV-Headers",
"url": "https://github.com/KhronosGroup/SPIRV-Headers.git",
"sub_dir": "SPIRV-Headers",
"build_dir": "SPIRV-Headers/build",
"install_dir": "SPIRV-Headers/build/install",
"commit": "75b30a659c8a4979104986652c54cc421fc51129"
},
{
"name": "robin-hood-hashing",
"url": "https://github.com/martinus/robin-hood-hashing.git",
"sub_dir": "robin-hood-hashing",
"build_dir": "robin-hood-hashing",
"install_dir": "robin-hood-hashing",
"build_step": "skip",
"commit": "eee46f9985c3c65a05b35660c6866f8f8f1a3ba3"
}
],
"install_names" : {
"glslang" : "GLSLANG_INSTALL_DIR",
"Vulkan-Headers" : "VULKAN_HEADERS_INSTALL_DIR",
"SPIRV-Headers" : "SPIRV_HEADERS_INSTALL_DIR",
"robin-hood-hashing" : "ROBIN_HOOD_HASHING_INSTALL_DIR"
}
}