[CMake] GetPrerequisites with Android?

Robert Dailey rcdailey.lists at gmail.com
Thu Jul 13 11:11:42 EDT 2017


Has anyone used GetPrerequisites[1] when cross-compiling a shared
library with Android NDK toolchain? I'd like some way to get dependent
*.so files (located in the NDK itself and specified on the linker
command line when building) so I can copy them to my android java
project dir under "libs" so they get packaged when the APK is built.

[1]: https://cmake.org/cmake/help/v3.9/module/GetPrerequisites.html


More information about the CMake mailing list