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 2ece69a commit 52d002aCopy full SHA for 52d002a
remote_config/CMakeLists.txt
@@ -143,3 +143,8 @@ if(IOS)
143
# Add a dependency to downloading the headers onto remote_config.
144
add_dependencies(firebase_remote_config ${pod_target_name})
145
endif()
146
+
147
+if(FIREBASE_CPP_BUILD_TESTS)
148
+ # Add the tests subdirectory
149
+ add_subdirectory(tests)
150
+endif()
0 commit comments