mirror of
https://github.com/opencv/opencv.git
synced 2024-11-24 11:10:21 +08:00
5 lines
61 B
Batchfile
5 lines
61 B
Batchfile
@ECHO OFF
|
|
|
|
PUSHD %~dp0..
|
|
CALL .\scripts\build.cmd %*
|
|
POPD |