vcpkg/ports/tbb/vcpkg.json
2022-11-17 23:25:06 -08:00

19 lines
388 B
JSON

{
"name": "tbb",
"version": "2021.7.0",
"description": "Intel's Threading Building Blocks.",
"homepage": "https://github.com/oneapi-src/oneTBB",
"license": "Apache-2.0",
"supports": "(windows & !uwp) | linux | osx | ios",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}