mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 14:09:01 +08:00
3004382fdf
* fix Unknown CMake command find_dependency * x-add-version
44 lines
800 B
JSON
44 lines
800 B
JSON
{
|
|
"name": "embree3",
|
|
"version": "3.13.5",
|
|
"port-version": 1,
|
|
"description": "High Performance Ray Tracing Kernels.",
|
|
"homepage": "https://github.com/embree/embree",
|
|
"license": "Apache-2.0",
|
|
"supports": "!arm",
|
|
"dependencies": [
|
|
"tbb",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"default-features": [
|
|
"avx",
|
|
"avx2",
|
|
"sse2",
|
|
"sse42"
|
|
],
|
|
"features": {
|
|
"avx": {
|
|
"description": "Enables AVX ISA."
|
|
},
|
|
"avx2": {
|
|
"description": "Enables AVX2 ISA."
|
|
},
|
|
"avx512": {
|
|
"description": "Enables AVX512 ISA."
|
|
},
|
|
"sse2": {
|
|
"description": "Enables SSE2 ISA."
|
|
},
|
|
"sse42": {
|
|
"description": "Enables SSE4.2 ISA."
|
|
}
|
|
}
|
|
}
|