patmarion / pcl-superbuild

cmake scripts for cross compilg pcl and its dependencies on Android and iOS
42 stars 40 forks source link

CMake build scripts for cross compiling PCL and its dependencies for Android and iOS.

Requirements

Building for Android

$ mkdir build && cd build
$ cmake -DBUILD_IOS_DEVICE:BOOL="OFF" ../
$ export ANDROID_NDK=${PATH_TO_ANDROID_NDK_R8}
$ make