blob: 85d6c4e49f9d380e95f4a502f2e54d746108175b [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": "c9706bdda0ac22b9856f1aa8261e5b9e15cd20c5",
"cmake_options" : [
"-DUSE_CCACHE=ON"
],
"optional": ["tests"]
},
{
"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.198"
},
{
"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": "814e728b30ddd0f4509233099a3ad96fd4318c07"
},
{
"name": "SPIRV-Tools",
"url": "https://github.com/KhronosGroup/SPIRV-Tools.git",
"sub_dir": "SPIRV-Tools",
"build_dir": "SPIRV-Tools/build",
"install_dir": "SPIRV-Tools/build/install",
"cmake_options": [
"-DSPIRV-Headers_SOURCE_DIR={repo_dir}/../SPIRV-Headers"
],
"commit": "21e3f681e2004590c7865bc8c0195a4ab8e66c88"
},
{
"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.3"
},
{
"name": "googletest",
"url": "https://github.com/google/googletest.git",
"sub_dir": "googletest",
"build_dir": "googletest",
"install_dir": "googletest",
"build_step": "skip",
"commit": "release-1.8.1",
"optional": ["tests"]
}
],
"install_names" : {
"glslang" : "GLSLANG_INSTALL_DIR",
"Vulkan-Headers" : "VULKAN_HEADERS_INSTALL_DIR",
"SPIRV-Headers" : "SPIRV_HEADERS_INSTALL_DIR",
"SPIRV-Tools" : "SPIRV_TOOLS_INSTALL_DIR",
"robin-hood-hashing" : "ROBIN_HOOD_HASHING_INSTALL_DIR",
"googletest": "GOOGLETEST_INSTALL_DIR"
}
}