mirror of
https://gitee.com/openharmony/third_party_vulkan-loader
synced 2024-11-23 15:20:52 +00:00
a0ab2f162e
- Update known-good - Generate source
44 lines
1.3 KiB
JSON
44 lines
1.3 KiB
JSON
{
|
|
"repos": [
|
|
{
|
|
"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.224"
|
|
},
|
|
{
|
|
"name": "googletest",
|
|
"url": "https://github.com/google/googletest.git",
|
|
"sub_dir": "googletest",
|
|
"build_dir": "googletest",
|
|
"install_dir": "googletest",
|
|
"build_step": "skip",
|
|
"commit": "release-1.11.0",
|
|
"optional": [
|
|
"tests"
|
|
]
|
|
},
|
|
{
|
|
"name": "detours",
|
|
"url": "https://github.com/microsoft/Detours.git",
|
|
"sub_dir": "detours",
|
|
"build_dir": "detours",
|
|
"install_dir": "detours",
|
|
"build_step": "skip",
|
|
"commit": "v4.0.1",
|
|
"optional": [
|
|
"tests"
|
|
],
|
|
"build_platforms": [
|
|
"windows"
|
|
]
|
|
}
|
|
],
|
|
"install_names": {
|
|
"Vulkan-Headers": "VULKAN_HEADERS_INSTALL_DIR",
|
|
"googletest": "GOOGLETEST_INSTALL_DIR",
|
|
"detours": "DETOURS_INSTALL_DIR"
|
|
}
|
|
} |