blob: 82f138fb32f002edb6e1245a54ee63da79221f7f [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" : "ae2a562936cc8504c9ef2757cceaff163147834f",
"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.184"
},
{
"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": "07f259e68af3a540038fa32df522554e74f53ed5"
},
{
"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": "3.11.2"
}
],
"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"
}
}