mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 04:29:01 +08:00
7194cf0bd4
* [TBB] Update version to 2021.9.0 * version * new function * version * Use vcpkg_install_copyright. --------- Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
19 lines
388 B
JSON
19 lines
388 B
JSON
{
|
|
"name": "tbb",
|
|
"version": "2021.9.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
|
|
}
|
|
]
|
|
}
|