vcpkg/ports/boost-interprocess/vcpkg.json

21 lines
451 B
JSON
Raw Normal View History

{
"name": "boost-interprocess",
2021-09-28 08:12:39 +08:00
"version": "1.77.0",
"description": "Boost interprocess module",
"homepage": "https://github.com/boostorg/interprocess",
"dependencies": [
"boost-assert",
"boost-config",
"boost-container",
"boost-core",
"boost-integer",
"boost-intrusive",
"boost-move",
"boost-static-assert",
"boost-type-traits",
"boost-unordered",
"boost-vcpkg-helpers",
"boost-winapi"
]
}