1{ 2 "repos": [ 3 { 4 "name": "Vulkan-Headers", 5 "url": "https://github.com/KhronosGroup/Vulkan-Headers.git", 6 "sub_dir": "Vulkan-Headers", 7 "build_dir": "Vulkan-Headers/build", 8 "install_dir": "Vulkan-Headers/build/install", 9 "commit": "v1.3.231" 10 }, 11 { 12 "name": "googletest", 13 "url": "https://github.com/google/googletest.git", 14 "sub_dir": "googletest", 15 "build_dir": "googletest", 16 "install_dir": "googletest", 17 "build_step": "skip", 18 "commit": "release-1.11.0", 19 "optional": [ 20 "tests" 21 ] 22 }, 23 { 24 "name": "detours", 25 "url": "https://github.com/microsoft/Detours.git", 26 "sub_dir": "detours", 27 "build_dir": "detours", 28 "install_dir": "detours", 29 "build_step": "skip", 30 "commit": "v4.0.1", 31 "optional": [ 32 "tests" 33 ], 34 "build_platforms": [ 35 "windows" 36 ] 37 } 38 ], 39 "install_names": { 40 "Vulkan-Headers": "VULKAN_HEADERS_INSTALL_DIR", 41 "googletest": "GOOGLETEST_INSTALL_DIR", 42 "detours": "DETOURS_INSTALL_DIR" 43 } 44}