Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv
2e4b8d07cc4dd42301b5a12f6f2dea27230c98e9
2e4b8d07cc4dd42301b5a12f6f2dea27230c98e9
Switch branch/tag
opencv
android
scripts
cmake_android.cmd
Find file
Normal view
History
Permalink
cmake_android.cmd
93 Bytes
Edit
Web IDE
Newer
Older
Normalize line endings and whitespace
81f826db
OpenCV Buildbot
committed
12 years ago
1
2
3
4
@ECHO OFF
PUSHD %~dp0..
CALL .\scripts\build.cmd %* -DCMAKE_BUILD_WITH_INSTALL_RPATH=ON
Final version of scripts for Android cross-compilation on Windows.
6facf8ba
Andrey Kamaev
committed
13 years ago
5
POPD