vcpkg/ports/boost-smart-ptr/vcpkg.json

17 lines
361 B
JSON
Raw Normal View History

{
"name": "boost-smart-ptr",
"version": "1.76.0",
"description": "Boost smart_ptr module",
"homepage": "https://github.com/boostorg/smart_ptr",
"dependencies": [
"boost-assert",
"boost-config",
"boost-core",
"boost-move",
"boost-static-assert",
"boost-throw-exception",
"boost-type-traits",
"boost-vcpkg-helpers"
]
}