aboutsummaryrefslogtreecommitdiff
path: root/ports/wpilib/CONTROL
diff options
context:
space:
mode:
authorThad House <thadhouse1@gmail.com>2019-04-11 23:03:35 -0700
committerThad House <thadhouse1@gmail.com>2019-04-14 11:09:32 -0700
commit73a99865b1ff60bb3aa3d6a7dd98219f9301d379 (patch)
tree9ae4b647fe7476da75148c6e903ed5e6ff1dbc8d /ports/wpilib/CONTROL
parent0907798d406d036a488b826b91d1cea427d93497 (diff)
downloadvcpkg-73a99865b1ff60bb3aa3d6a7dd98219f9301d379.tar.gz
vcpkg-73a99865b1ff60bb3aa3d6a7dd98219f9301d379.zip
Add WPILib port for vcpkg
Diffstat (limited to 'ports/wpilib/CONTROL')
-rw-r--r--ports/wpilib/CONTROL11
1 files changed, 11 insertions, 0 deletions
diff --git a/ports/wpilib/CONTROL b/ports/wpilib/CONTROL
new file mode 100644
index 000000000..24ab2e23f
--- /dev/null
+++ b/ports/wpilib/CONTROL
@@ -0,0 +1,11 @@
+Source: wpilib
+Version: 2019.4.1
+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.
+
+Feature: cameraserver
+Build-Depends: opencv
+Description: Enables the CameraServer and CSCore libraries for manipulating USB Cameras and HTTP Camera Streams
+
+Feature: allwpilib
+Build-Depends: wpilib[cameraserver] opencv
+Description: Enables the simulation HAL, and the high level wpilibc library.