mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-01 18:39:03 +08:00
4a2a09b905
* [bullet3] Fix wrong target_link_libraries printed * x-add-version * update patch * x-add-version
30 lines
685 B
JSON
30 lines
685 B
JSON
{
|
|
"name": "bullet3",
|
|
"version": "3.22",
|
|
"port-version": 2,
|
|
"description": "Bullet Physics is a professional collision detection, rigid body, and soft body dynamics library",
|
|
"homepage": "https://github.com/bulletphysics/bullet3",
|
|
"license": "Zlib",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"double-precision": {
|
|
"description": "Use float64 doubles for bullet3"
|
|
},
|
|
"multithreading": {
|
|
"description": "Multithreading functionality for bullet3"
|
|
},
|
|
"rtti": {
|
|
"description": "Enable RTTI on windows"
|
|
}
|
|
}
|
|
}
|