vcpkg/scripts/test_ports/vcpkg-ci-mongo-cxx-driver/vcpkg.json

15 lines
304 B
JSON
Raw Normal View History

{
"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"
]
}
]
}