Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions firestore/integration_test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ else()
"-framework CoreFoundation"
"-framework Foundation"
"-framework GSS"
"-framework Network"
"-framework Security"
"-framework SystemConfiguration"
)
Expand Down
1 change: 1 addition & 0 deletions firestore/integration_test_internal/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,7 @@ else()
"-framework CoreFoundation"
"-framework Foundation"
"-framework GSS"
"-framework Network"
"-framework Security"
"-framework SystemConfiguration"
)
Expand Down
Loading