mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-25 01:41:43 +00:00
Adds opencv headers to uberzip (#11)
This commit is contained in:
committed by
Peter Johnson
parent
0658ba6f77
commit
891ce06312
@@ -196,6 +196,11 @@ def cameraserverUberZipTask = { project ->
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
from(file("${project.openCvInclude}")) {
|
||||
exclude 'META-INF'
|
||||
into 'include'
|
||||
}
|
||||
|
||||
project.model {
|
||||
def openCvPlatform = project.getOpenCvPlatformPackage(targetPlatform)
|
||||
|
||||
Reference in New Issue
Block a user