mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 10:51:48 +08:00
72ef222e77
* [libuv] update to <1.44.1> * update version * fix ci error * update version * fix-ci-error * [libuv] update to <1.44.1> * update version * add patch * update version * add option * update version * delete patch * update evrsion * fix ci error * update version * delete patch * update evrsion * Use official CMakeLists.txt * Fix build type * Re-fix, fix pkgconfig * Fix usocket build * Fix uvw build * Fix wpilib build * Fix cmake build * Fix tensorpipe build * Fix qpid-proton build * modern portfile * update version * Add licese * update version * Update ports/usockets/CMakeLists.txt * update version * Add usage * Apply suggestion * version * Disable to build examples * version * typo * version * Fix find_package * version * Update version Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com> Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
42 lines
1.0 KiB
JSON
42 lines
1.0 KiB
JSON
{
|
|
"name": "wpilib",
|
|
"version-date": "2020-03-02",
|
|
"port-version": 3,
|
|
"description": "WPILib is the software library package for the FIRST Robotics Competition. The core install includes wpiutil, a common utilies library, and ntcore, the base NetworkTables library.",
|
|
"homepage": "https://github.com/wpilibsuite/allwpilib",
|
|
"license": null,
|
|
"supports": "!osx",
|
|
"dependencies": [
|
|
"eigen3",
|
|
"libuv",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"allwpilib": {
|
|
"description": "Enables the simulation HAL, and the high level wpilibc library.",
|
|
"dependencies": [
|
|
"opencv",
|
|
{
|
|
"name": "wpilib",
|
|
"features": [
|
|
"cameraserver"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"cameraserver": {
|
|
"description": "Enables the CameraServer and CSCore libraries for manipulating USB Cameras and HTTP Camera Streams",
|
|
"dependencies": [
|
|
"opencv"
|
|
]
|
|
}
|
|
}
|
|
}
|