Skip to content

Commit c4c751d

Browse files
committed
Add CMake options that were accidentally removed
PiperOrigin-RevId: 297454271
1 parent c9d01f0 commit c4c751d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CMakeLists.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,12 @@ option(FIREBASE_INCLUDE_STORAGE
5555
"Include the Cloud Storage for Firebase library."
5656
${FIREBASE_INCLUDE_LIBRARY_DEFAULT})
5757

58+
option(FIREBASE_CPP_BUILD_TESTS
59+
"Enable the Firebase C++ Build Tests." OFF)
60+
option(FIREBASE_FORCE_FAKE_SECURE_STORAGE
61+
"Disable use of platform secret store and use fake impl." OFF)
62+
option(FIREBASE_CPP_BUILD_PACKAGE
63+
"Bundle the Firebase C++ libraries into a zip file." OFF)
5864
option(FIREBASE_CPP_USE_PRIOR_GRADLE_BUILD
5965
"When building with Gradle, use the previously built libraries." OFF)
6066

0 commit comments

Comments
 (0)