I put you in a situation to know what I need. I have some source code to make a tracking system based on ORB. I have 3 folders that I have to generate libraries. At the same time I have another carp that is responsible for calling the functions of the other libraries to use them in the main program. The code used in these folders is C ++.
The previous projects, I have managed to integrate these libraries into an Android project using the JNI method and compile it with NDK-build.
In the case of now I have to use Cmake to compile the different folders. Here's my question: How do I use the NDK compiler using cmake, without using Android Studio to generate shared libraries (.so)?