vcpkg/ports/boost-property-map/vcpkg.json

30 lines
665 B
JSON
Raw Normal View History

{
"name": "boost-property-map",
"version-string": "1.75.0",
"description": "Boost property_map module",
"homepage": "https://github.com/boostorg/property_map",
"dependencies": [
"boost-any",
"boost-assert",
"boost-bind",
"boost-concept-check",
"boost-config",
"boost-core",
"boost-function",
"boost-integer",
"boost-iterator",
"boost-lexical-cast",
"boost-math",
"boost-mpl",
"boost-multi-index",
"boost-optional",
"boost-serialization",
"boost-smart-ptr",
"boost-static-assert",
"boost-throw-exception",
"boost-type-traits",
"boost-utility",
"boost-vcpkg-helpers"
]
}