taka-no-me / android-cmake

CMake toolchain file and other scripts for the Android NDK
1.22k stars 438 forks source link

Allow FIND_* to find files outside the NDK #60

Open mop opened 9 years ago

mop commented 9 years ago

When finding libraries via FIND_LIBRARY it is desirable to allow cmake to find libraries outside the ${ANDROID_SYSROOT} or ${ANDROID_TOOLCHAIN_ROOT}. This is useful if you want to link against other cross-compiled libraries on your file-system.