mirror of
https://github.com/opencv/opencv.git
synced 2026-07-25 21:33:04 +04:00
5 lines
61 B
Batchfile
5 lines
61 B
Batchfile
@ECHO OFF
|
|
|
|
PUSHD %~dp0..
|
|
CALL .\scripts\build.cmd %*
|
|
POPD |