We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9d01f0 commit c4c751dCopy full SHA for c4c751d
CMakeLists.txt
@@ -55,6 +55,12 @@ option(FIREBASE_INCLUDE_STORAGE
55
"Include the Cloud Storage for Firebase library."
56
${FIREBASE_INCLUDE_LIBRARY_DEFAULT})
57
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)
64
option(FIREBASE_CPP_USE_PRIOR_GRADLE_BUILD
65
"When building with Gradle, use the previously built libraries." OFF)
66
0 commit comments