Skip to content

Commit 0baf0b0

Browse files
committed
Update the Auth CMake with federated changes, and fix tests
Update the CMakeLists for Auth to include the source file for the federated auth provider. Changed the creation of the fake OAuth provider data in the tests to not use an initializer list, as that was causing issues when building for open source, and seems to require a newer version of C++. PiperOrigin-RevId: 260794967
1 parent 493e2d0 commit 0baf0b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

auth/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ set(desktop_SRCS
101101
src/desktop/auth_desktop.cc
102102
src/desktop/auth_providers/email_auth_provider.cc
103103
src/desktop/auth_providers/facebook_auth_provider.cc
104+
src/desktop/auth_providers/federated_auth_provider.cc
104105
src/desktop/auth_providers/gamecenter_auth_provider.cc
105106
src/desktop/auth_providers/github_auth_provider.cc
106107
src/desktop/auth_providers/google_auth_provider.cc

0 commit comments

Comments
 (0)