Welcome to mirror list, hosted at ThFree Co, Russian Federation.

known_good.json « scripts - github.com/KhronosGroup/Vulkan-Loader.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 103efc60ae4e3d649455bc289bbf107c0ce5e8d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
    "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.227"
        },
        {
            "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"
    }
}