-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresolve.json
More file actions
34 lines (34 loc) · 830 Bytes
/
resolve.json
File metadata and controls
34 lines (34 loc) · 830 Bytes
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
[
{
"name": "gtest",
"resolver": "git",
"internal": true,
"method": "semver",
"major": 6,
"source": "github.com/steinwurf/gtest.git"
},
{
"name": "libassert-source",
"resolver": "git",
"method": "checkout",
"checkout": "v2.1.5",
"source": "github.com:jeremy-rifkin/libassert.git"
},
{
"name": "zlib-source",
"resolver": "git",
"method": "checkout",
"checkout": "51b7f2abdade71cd9bb0e7a373ef2610ec6f9daf",
"source": "github.com/madler/zlib.git"
},
{
"name": "toolchains",
"internal": true,
"resolver": "git",
"method": "semver",
"major": 1,
"sources": [
"github.com/steinwurf/cmake-toolchains.git"
]
}
]