Skip to content

Commit

Permalink
cmake path updates for IsAppEncrypted move
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb777 committed Nov 8, 2023
1 parent 10ea7a5 commit 7e21950
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmake/GoogleUtilities.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,14 @@ endif()
file(
GLOB sources
${FIREBASE_EXTERNAL_SOURCE_DIR}/GoogleUtilities/GoogleUtilities/Environment/*.m
${FIREBASE_EXTERNAL_SOURCE_DIR}/GoogleUtilities/GoogleUtilities/Environment/third_party/*.m
${FIREBASE_EXTERNAL_SOURCE_DIR}/GoogleUtilities/third_party/IsAppEncrypted/*.m
${FIREBASE_EXTERNAL_SOURCE_DIR}/GoogleUtilities/GoogleUtilities/Logger/*.m
)
file(
GLOB headers
${FIREBASE_EXTERNAL_SOURCE_DIR}/GoogleUtilities/GoogleUtilities/Environment/Public/GoogleUtilities/*.h
${FIREBASE_EXTERNAL_SOURCE_DIR}/GoogleUtilities/GoogleUtilities/Logger/Public/GoogleUtilities/*.h
${FIREBASE_EXTERNAL_SOURCE_DIR}/GoogleUtilities/third_party/IsAppEncrypted/Public/*.h
)

firebase_ios_add_framework(
Expand Down

0 comments on commit 7e21950

Please sign in to comment.