forked from TrenchBroom/TrenchBroom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
vcpkg.json
46 lines (46 loc) · 846 Bytes
/
vcpkg.json
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
45
46
{
"name": "trenchbroom",
"version": "1.0.0",
"dependencies": [
{
"name": "assimp",
"version>=": "5.3.1#2"
},
{
"name": "catch2",
"version>=": "2.13.8"
},
{
"name": "fmt",
"version>=": "7.1.3#1"
},
{
"name": "freeimage",
"version>=": "3.18.0#25",
"platform": "!linux"
},
{
"name": "freetype",
"version>=": "2.11.1",
"platform": "!linux"
},
{
"name": "glew",
"version>=": "2.2.0#2",
"platform": "!linux"
},
{
"name": "miniz",
"version>=": "2.2.0#1"
},
{
"name": "tinyxml2",
"version>=": "9.0.0",
"platform": "!linux"
}
],
"builtin-baseline": "40619a55c3e76dc4005c8d1b7395071471bb8b96",
"overrides": [
{ "name": "catch2", "version": "2.13.8" }
]
}