I'm starting a new project with oboe. I'm using the exact same CMakeLists.txt on Github/Oboe.
To be honest, this is my first android native project. I have solid knowledge of C++, but I've never used CMake in my life. I've been trying for hours to "fix" the sample CMakeLists.txt file (Researching everywhere to understand what does every single line do), but it's exhausting as I'm like an elephant on a glassware. Every time I touch a line, the error "mutates" because of me.
My goal here is not to learn CMake (At least for now, although I'll need it for sure on the near future) but to get the lib working, so I can start getting things done.
So here's my question: Where can I find a working copy of CMakeLists.txt with oboe as a single dependency to start making noise? If it simply doesn't exists and I MUST definitely learn CMake related stuff before making any move on native programming, then any starting point or suggestion will be highly appreciated.
I already read the NDK CMake guide, and searched lots of SO questions with the error "Cannot specify link libraries for target 'xxxxxxx' which is not built by this project" but this error is rising even from the oboe CMakeLists.txt file.
Thanks in advance.