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.
1 parent d6053fa commit fd21d23Copy full SHA for fd21d23
CMakeLists.txt
@@ -63,7 +63,7 @@ target_link_libraries(FirebaseCore PRIVATE
63
$<$<PLATFORM_ID:Windows>:libcurl>
64
$<$<PLATFORM_ID:Windows>:zlibstatic>)
65
if(ANDROID)
66
- target_link_libraries(FirebaseCore PRIVATE
+ target_link_libraries(FirebaseCore PUBLIC
67
FirebaseAndroidJNI)
68
endif()
69
0 commit comments