vcpkg/ports/tbb/vcpkg.json
Alexander Neumann 2beb86eab4
[tbb] Update tbb (#29238)
* [tbb] update to 2021.8.0

* v db

* add _debug suffix

* v db

* add 32 suffix on x86

* v db
2023-01-30 17:13:24 -08:00

19 lines
388 B
JSON

{
"name": "tbb",
"version": "2021.8.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
}
]
}