This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
opencv
Watch
1
Star
0
Fork
0
You've already forked opencv
mirror of
https://github.com/opencv/opencv.git
synced
2024-11-25 19:50:38 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
02131ffb62
opencv
/
android
/
scripts
/
cmake_android.cmd
5 lines
93 B
Batchfile
Raw
Normal View
History
Unescape
Escape
Normalize line endings and whitespace
2012-10-17 15:12:04 +08:00
@
ECHO
OFF
PUSHD
%~dp0
..
CALL
.\scripts\build.cmd
%*
-DCMAKE_BUILD_WITH_INSTALL_RPATH=ON
Final version of scripts for Android cross-compilation on Windows.
2011-05-10 21:35:20 +08:00
POPD
Reference in New Issue
Copy Permalink