mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 02:41:38 +08:00
a4e94e9d6d
* [rkcommon] add port * v db * Fix static builds and supports * format manifest * v db * Add usage file. --------- Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
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
|
|
}
|
|
]
|
|
}
|