-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvcpkg.json
More file actions
33 lines (33 loc) · 595 Bytes
/
vcpkg.json
File metadata and controls
33 lines (33 loc) · 595 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
{
"name": "occutils",
"version": "0.0.0",
"license": "Apache-2.0",
"description": [
"A utility library providing high-level functions and algorithms to ",
"empower OpenCASCADE-based engineering tasks."
],
"dependencies": [
{
"name": "gtest",
"version>=": "1.12.1"
},
{
"name": "opencascade",
"version>=": "7.6.0"
}
],
"overrides": [
{
"name": "opencascade",
"version": "7.6.0"
}
],
"features": {
"tests": {
"description": "Build tests",
"dependencies": [
"gtest"
]
}
}
}