We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0686e74 commit 90fa4e7Copy full SHA for 90fa4e7
2 files changed
ios_pod/empty_CMakeLists.txt
@@ -12,7 +12,9 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
+# Stub cmake project to enable pod files to be installed against
16
+
17
cmake_minimum_required(VERSION 3.22)
18
-project (empty CXX)
19
+project (GetPods CXX)
20
add_library(GetPods empty.cc)
release_build_files/CMakeLists.txt
@@ -12,6 +12,8 @@
+# Top level CMake file that defines targets for the Firebase C++ SDK.
project (firebase_prebuilt NONE)
0 commit comments