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
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-09 23:22:46 +00:00
@
ECHO
OFF
Android cmake toolchain file is included into OpenCV
2011-05-03 08:13:50 +00:00
Final version of scripts for Android cross-compilation on Windows.
2011-05-10 13:35:20 +00:00
PUSHD
%~dp0
..
changing package layout after 'make install' for Android build
2012-06-28 17:23:50 +00:00
CALL
.\scripts\build.cmd
%*
-DCMAKE_BUILD_WITH_INSTALL_RPATH=ON
Final version of scripts for Android cross-compilation on Windows.
2011-05-10 13:35:20 +00:00
POPD
Reference in New Issue
Copy Permalink