joboccara / NamedType

Implementation of strong types in C++
MIT License
772 stars 85 forks source link

test/CMakeLists.txt: Added support for building tests for the Android NDK #72

Closed emmenlau closed 2 years ago

emmenlau commented 2 years ago

When compiling the tests for the Android platform, catch2 will expect Android logging to work. For that we need to link against log on Android.

emmenlau commented 2 years ago

Anyone?

emmenlau commented 2 years ago

This should be a quick thing to review, could it be considered?

emmenlau commented 2 years ago

Thanks @joboccara !