mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 06:29:01 +08:00
2169ab765b
* [opencascade] Add feature rapidjson * version * Update ports/opencascade/portfile.cmake * Update versions/o-/opencascade.json
39 lines
825 B
JSON
39 lines
825 B
JSON
{
|
|
"name": "opencascade",
|
|
"version-string": "7.5.0",
|
|
"port-version": 3,
|
|
"description": "Open CASCADE Technology (OCCT) is an open-source software development platform for 3D CAD, CAM, CAE.",
|
|
"supports": "!(uwp | osx | linux | arm)",
|
|
"dependencies": [
|
|
"freetype",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"freeimage": {
|
|
"description": "Enable optional usage of freeimage",
|
|
"dependencies": [
|
|
"freeimage"
|
|
]
|
|
},
|
|
"rapidjson": {
|
|
"description": "Enable optional usage of rapidjson",
|
|
"dependencies": [
|
|
"rapidjson"
|
|
]
|
|
},
|
|
"tbb": {
|
|
"description": "Enable optional usage of tbb",
|
|
"dependencies": [
|
|
"tbb"
|
|
]
|
|
}
|
|
}
|
|
}
|