mirror of
https://github.com/opencv/opencv.git
synced 2025-01-18 14:13:15 +08:00
5 lines
61 B
Batchfile
5 lines
61 B
Batchfile
@ECHO OFF
|
|
|
|
PUSHD %~dp0..
|
|
CALL .\scripts\build.cmd %*
|
|
POPD |