mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-25 01:41:43 +00:00
Adds OpenCV to myRobotJava (#350)
This commit is contained in:
committed by
Peter Johnson
parent
b78f580d47
commit
78baa04ecc
@@ -21,6 +21,7 @@ dependencies {
|
||||
compile 'edu.wpi.first.wpilib.networktables.java:NetworkTables:+:arm'
|
||||
compile 'edu.wpi.first.wpilib.networktables.java:NetworkTables:+:arm'
|
||||
compile 'edu.wpi.cscore.java:cscore:+:arm'
|
||||
compile 'org.opencv:opencv-java:+'
|
||||
}
|
||||
|
||||
def nativeDirectory = "$buildDir/output"
|
||||
|
||||
Reference in New Issue
Block a user