We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
log
1 parent 784664e commit a981e98Copy full SHA for a981e98
CMakeLists.txt
@@ -12,6 +12,10 @@ set(CMAKE_CXX_STANDARD 17)
12
set(CMAKE_CXX_STANDARD_REQUIRED ON)
13
add_library(minilog minilog.cpp minilog.h)
14
15
+if(ANDROID)
16
+ target_link_libraries(minilog PUBLIC log)
17
+endif()
18
+
19
if(MINILOG_RAW_OUTPUT)
20
target_compile_definitions(minilog PUBLIC "-DMINILOG_RAW_OUTPUT=1")
21
endif()
0 commit comments