diff --git a/firestore/integration_test/CMakeLists.txt b/firestore/integration_test/CMakeLists.txt index 1225226305..9c74e94d60 100644 --- a/firestore/integration_test/CMakeLists.txt +++ b/firestore/integration_test/CMakeLists.txt @@ -207,6 +207,7 @@ else() "-framework CoreFoundation" "-framework Foundation" "-framework GSS" + "-framework Network" "-framework Security" "-framework SystemConfiguration" ) diff --git a/firestore/integration_test_internal/CMakeLists.txt b/firestore/integration_test_internal/CMakeLists.txt index 1a25cc9510..9c82aea5da 100644 --- a/firestore/integration_test_internal/CMakeLists.txt +++ b/firestore/integration_test_internal/CMakeLists.txt @@ -371,6 +371,7 @@ else() "-framework CoreFoundation" "-framework Foundation" "-framework GSS" + "-framework Network" "-framework Security" "-framework SystemConfiguration" )