We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7c74d7 commit e726c21Copy full SHA for e726c21
1 file changed
build/Build-OpenCvDependency.ps1
@@ -213,6 +213,7 @@ if (-not (Test-Path $configureStamp)) {
213
foreach ($configuration in $Configurations) {
214
Write-Host "Building and installing OpenCV $Version ($configuration|$platformName)"
215
$buildTargets = @(
216
+ "ade",
217
"opencv_core",
218
"opencv_imgproc",
219
"opencv_imgcodecs",
0 commit comments