Skip to content

Commit

Permalink
Update packages/react-native/ReactAndroid/cmake-utils/ReactNative-app…
Browse files Browse the repository at this point in the history
…lication.cmake
  • Loading branch information
cortinico authored Dec 31, 2024
1 parent aefc201 commit 3048899
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ if (PROJECT_ROOT_DIR)
endif ()

file(GLOB override_cpp_SRC CONFIGURE_DEPENDS *.cpp)
# We check if the user is providing a custom OnLoad.cpp file. If so, we pick that
# for compilation. Otherwise we fallback to using the `default-app-setup/OnLoad.cpp`
# file instead.
if(override_cpp_SRC)
file(GLOB input_SRC CONFIGURE_DEPENDS
*.cpp
Expand Down

0 comments on commit 3048899

Please sign in to comment.