early-access version 2853
This commit is contained in:
37
externals/vcpkg/ports/mongo-cxx-driver/vcpkg.json
vendored
Executable file
37
externals/vcpkg/ports/mongo-cxx-driver/vcpkg.json
vendored
Executable file
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"name": "mongo-cxx-driver",
|
||||
"version": "3.6.5",
|
||||
"port-version": 3,
|
||||
"description": "MongoDB C++ Driver.",
|
||||
"homepage": "https://github.com/mongodb/mongo-cxx-driver",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": [
|
||||
"boost-optional",
|
||||
"boost-smart-ptr",
|
||||
"boost-utility",
|
||||
"libbson",
|
||||
"mongo-c-driver",
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
"host": true
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake-config",
|
||||
"host": true
|
||||
}
|
||||
],
|
||||
"features": {
|
||||
"boost": {
|
||||
"description": "Use Boost C++17 polyfill. The only option under MSVC."
|
||||
},
|
||||
"mnmlstc": {
|
||||
"description": "Use MNMLSTC/core C++17 polyfill."
|
||||
},
|
||||
"std-experimental": {
|
||||
"description": "Use optional and string_view from std::experimental."
|
||||
},
|
||||
"system-mnmlstc": {
|
||||
"description": "Use an available version of MNMLSTC on your system as C++17 polyfill."
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user