mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 12:41:38 +08:00
20 lines
482 B
JSON
20 lines
482 B
JSON
|
{
|
||
|
"name": "rkcommon",
|
||
|
"version": "1.10.0",
|
||
|
"description": "This project represents a common set of C++ infrastructure and CMake utilities used by various components of Intel® oneAPI Rendering Toolkit.",
|
||
|
"homepage": "https://github.com/ospray/rkcommon/",
|
||
|
"license": "Apache-2.0",
|
||
|
"supports": "x86 | x64",
|
||
|
"dependencies": [
|
||
|
"tbb",
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|