vcpkg/ports/rkcommon/vcpkg.json
Alexander Neumann a4e94e9d6d
[rkcommon] add new port (#29263)
* [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>
2023-01-31 18:53:23 -08:00

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
}
]
}