taka-no-me / android-cmake

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

LIBRARY_OUTPUT_PATH is too oldschool way of doing things #90

Open jimon opened 8 years ago

jimon commented 8 years ago

Documentation says: Old library location variable. Would be nice to use CMAKE_LIBRARY_OUTPUT_DIRECTORY instead, so it will be more inline with best cmake practices, otherwise I'm as an user cannot really control where libraries are put and it's not obvious for me how current solution works.