mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 12:39:07 +08:00
912627683c
* [cdt] Add new port * [cdt] Fix version type * [cdt] Fix boost feature * [cdt] Add boost-link.patch
32 lines
784 B
JSON
32 lines
784 B
JSON
{
|
|
"name": "cdt",
|
|
"version": "1.2.0",
|
|
"description": "Constrained Delaunay Triangulation",
|
|
"homepage": "https://github.com/artem-ogre/CDT.git",
|
|
"license": "MPL-2.0",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"64-bit-index-type": {
|
|
"description": "64bits are used to store vertex/triangle index types"
|
|
},
|
|
"as-compiled-library": {
|
|
"description": "Templates for float and double will be instantiated and compiled into a library"
|
|
},
|
|
"boost": {
|
|
"description": "Boost is used as a fall-back for features missing in C++98 and performance tweaks",
|
|
"dependencies": [
|
|
"boost-container"
|
|
]
|
|
}
|
|
}
|
|
}
|