mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 07:13:02 +04:00
android -> plarforms/android
This commit is contained in:
Executable
+8
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
cd `dirname $0`/..
|
||||
|
||||
mkdir -p build
|
||||
cd build
|
||||
|
||||
cmake -DCMAKE_BUILD_WITH_INSTALL_RPATH=ON -DCMAKE_TOOLCHAIN_FILE=../android.toolchain.cmake $@ ../../..
|
||||
|
||||
Reference in New Issue
Block a user