mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-15 16:29:03 +08:00
15 lines
304 B
JSON
15 lines
304 B
JSON
|
{
|
||
|
"name": "vcpkg-ci-mongo-cxx-driver",
|
||
|
"version-date": "2022-11-18",
|
||
|
"description": "Ensures that the vcpkg CI build of mongo-cxx-driver includes feature boost",
|
||
|
"license": "MIT",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "mongo-cxx-driver",
|
||
|
"features": [
|
||
|
"boost"
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|