blob: 2e3b74de5be23b4375d56421da53c7a53bbd2f13 [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" : "18eef33bd7a4bf5ad8c69f99cb72022608cf6e73",
"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.177"
},
{
"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": "dafead1765f6c1a5f9f8a76387dcb2abe4e54acd"
},
{
"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"
}
}