forked from inviwo/inviwo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
vcpkg.json
51 lines (51 loc) · 841 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
47
48
49
50
51
{
"name": "inviwo",
"version-string": "0.9.11.1",
"homepage": "https://github.com/inviwo/inviwo",
"license": "BSD-2-Clause",
"vcpkg-configuration": {
"default-registry": {
"kind": "builtin",
"baseline": "656fcc6ab2b05c6d999b7eaca717027ac3738f71"
},
"overlay-ports": [
"./tools/vcpkg"
]
},
"dependencies": [
"assimp",
"benchmark",
"cimg",
"eigen3",
"fmt",
"freetype",
"glew",
"glfw3",
"glm",
"gtest",
{
"name": "hdf5",
"features": [
"cpp",
"zlib"
]
},
"libjpeg-turbo",
"libpng",
"minizip",
"nlohmann-json",
"nifticlib",
"openexr",
"pybind11",
"roaring",
"tclap",
"tiff",
"tinydir",
"tinyxml2",
"utfcpp",
"zlib",
"pegtl",
"inja",
"ffmpeg"
]
}