I’m currently working on our Android CMake build and stumbled on the following CMake module:
https://cmake.org/cmake/help/latest/module/AndroidTestUtilities.html
What does this module do? Is there an example I can look at?
Edit: I also don’t see this module used in the official CMake Android examples.