yuzu/externals/vcpkg/ports/boost-lockfree/vcpkg.json

26 lines
536 B
JSON
Executable File

{
"name": "boost-lockfree",
"version": "1.79.0",
"description": "Boost lockfree module",
"homepage": "https://github.com/boostorg/lockfree",
"license": "BSL-1.0",
"dependencies": [
"boost-align",
"boost-array",
"boost-assert",
"boost-atomic",
"boost-config",
"boost-core",
"boost-integer",
"boost-iterator",
"boost-mpl",
"boost-parameter",
"boost-predef",
"boost-static-assert",
"boost-tuple",
"boost-type-traits",
"boost-utility",
"boost-vcpkg-helpers"
]
}