We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
FirebaseCore
1 parent fbdace8 commit ab54b5eCopy full SHA for ab54b5e
CMakeLists.txt
@@ -60,6 +60,7 @@ target_link_libraries(FirebaseCore PUBLIC
60
target_link_libraries(FirebaseCore PRIVATE
61
firebase_app
62
flatbuffers
63
+ $<$<PLATFORM_ID:ANDROID>:log>
64
$<$<PLATFORM_ID:Windows>:libcurl>
65
$<$<PLATFORM_ID:Windows>:zlibstatic>)
66
if(ANDROID)
0 commit comments