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