blob: dcc6093248fd624e1509420e344f6acadf2a42f2 [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": "14e5a04e70057972eef8a40df422e30a3b70e4b5",
"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.3.249"
},
{
"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": "7f1d2f4158704337aff1f739c8e494afc5716e7e"
},
{
"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",
"-DSPIRV_WERROR=OFF"
],
"commit": "d5f69dba559822c2c968a959238ab037b5556af6"
},
{
"name": "robin-hood-hashing",
"url": "https://github.com/martinus/robin-hood-hashing.git",
"sub_dir": "robin-hood-hashing",
"build_dir": "robin-hood-hashing/build",
"install_dir": "robin-hood-hashing/build/install",
"cmake_options": [
"-DRH_STANDALONE_PROJECT=OFF"
],
"commit": "3.11.5"
},
{
"name": "googletest",
"url": "https://github.com/google/googletest.git",
"sub_dir": "googletest",
"build_dir": "googletest/build",
"install_dir": "googletest/build/install",
"cmake_options": [
"-DBUILD_GMOCK=OFF",
"-Dgtest_force_shared_crt=ON",
"-DBUILD_SHARED_LIBS=OFF"
],
"commit": "v1.13.0",
"optional": [
"tests"
]
},
{
"name": "mimalloc",
"url": "https://github.com/microsoft/mimalloc.git",
"sub_dir": "mimalloc",
"build_dir": "mimalloc/build",
"install_dir": "mimalloc/build/install",
"cmake_options": [
"-DMI_BUILD_STATIC=ON",
"-DMI_BUILD_OBJECT=OFF",
"-DMI_BUILD_SHARED=OFF",
"-DMI_BUILD_TESTS=OFF"
],
"commit": "v2.0.7",
"build_platforms": [
"windows"
]
}
],
"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",
"mimalloc": "MIMALLOC_INSTALL_DIR"
}
}