Skip to content

Commit fd21d23

Browse files
committed
build: make C module dependencies public
`FirebaseAndroidJNI` is a C module dependency. Make this dependency public to allow propagation of include paths for the module definition.
1 parent d6053fa commit fd21d23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ target_link_libraries(FirebaseCore PRIVATE
6363
$<$<PLATFORM_ID:Windows>:libcurl>
6464
$<$<PLATFORM_ID:Windows>:zlibstatic>)
6565
if(ANDROID)
66-
target_link_libraries(FirebaseCore PRIVATE
66+
target_link_libraries(FirebaseCore PUBLIC
6767
FirebaseAndroidJNI)
6868
endif()
6969

0 commit comments

Comments
 (0)