This website requires JavaScript.
Explore
Help
Sign In
generic-library
/
opencv
Watch
1
Star
0
Fork
0
You've already forked opencv
Code
Issues
Pull Requests
Releases
Wiki
Activity
b0ad424087
opencv
/
android
/
scripts
/
cmake_android.cmd
5 lines
97 B
Batchfile
Raw
Normal View
History
Unescape
Escape
Updated Android cross-compilation on Windows.
2011-05-10 01:22:46 +02:00
@
ECHO
OFF
Android cmake toolchain file is included into OpenCV
2011-05-03 10:13:50 +02:00
Final version of scripts for Android cross-compilation on Windows.
2011-05-10 15:35:20 +02:00
PUSHD
%~dp0
..
changing package layout after 'make install' for Android build
2012-06-27 08:22:26 +02:00
CALL
.\scripts\build.cmd
%*
-DCMAKE_BUILD_WITH_INSTALL_RPATH=ON
Final version of scripts for Android cross-compilation on Windows.
2011-05-10 15:35:20 +02:00
POPD
Reference in New Issue
Copy Permalink