catch2/src
itacud95 024cfb3542
Link Android's log with PRIVATE visibility (#2815)
INTERFACE should be used on dependencies from other than our source files.
PRIVATE should be used the include happens in our source files.

In this case (src/catch2/internal/catch_debug_console.cpp:20) the include
is from our source file.

I encountered a issue with this when building Catch2 for Android in
combination with BUILD_SHARED_LIBS. Changing the visibility to PRIVATE
fixes the issue.
2024-02-20 00:32:12 +01:00
..
catch2 Remove obsolete C++14 define 2024-02-13 00:01:19 +01:00
CMakeLists.txt Link Android's log with PRIVATE visibility (#2815) 2024-02-20 00:32:12 +01:00