modding the 3rdparty CMakeLists.txt to allow for android compilation using cmake
authorEthan Rublee <no@email>
Wed, 22 Sep 2010 02:01:54 +0000 (02:01 +0000)
committerEthan Rublee <no@email>
Wed, 22 Sep 2010 02:01:54 +0000 (02:01 +0000)
commita7320825268bec9fa87edbd104c3155649a2abe7
tree80eaf268755aa11c10807251e37f3fe8e42db689
parentfbac20273cfb9f64fb8dc8c8ef5a3da0b41b5901
modding the 3rdparty CMakeLists.txt to allow for android compilation using cmake

Basically just adding lines at top of CMakeLists that alter behavior if ANDROID is set to
true.
3rdparty/CMakeLists.txt
3rdparty/flann/CMakeLists.txt
3rdparty/lapack/CMakeLists.txt
3rdparty/libjasper/CMakeLists.txt
3rdparty/libjpeg/CMakeLists.txt
3rdparty/libpng/CMakeLists.txt
3rdparty/zlib/CMakeLists.txt