vcpkg/ports/rkcommon/vcpkg.json
2024-10-18 15:03:21 -07:00

20 lines
482 B
JSON

{
"name": "rkcommon",
"version": "1.14.2",
"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
}
]
}