Skip to content

Commit 2a7ef10

Browse files
andrewdacenkofacebook-github-bot
authored andcommitted
RN] Add missing link libraries for react_nativemodule_defaults (facebook#52158)
Summary: Changelog: [Internal] As title Reviewed By: christophpurrer Differential Revision: D77035424
1 parent 2a2b603 commit 2a7ef10

File tree

1 file changed

+2
-0
lines changed
  • packages/react-native/ReactCommon/react/nativemodule/defaults

1 file changed

+2
-0
lines changed

packages/react-native/ReactCommon/react/nativemodule/defaults/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ add_library(react_nativemodule_defaults OBJECT ${react_nativemodule_defaults_SRC
1414
target_include_directories(react_nativemodule_defaults PUBLIC ${REACT_COMMON_DIR})
1515

1616
target_link_libraries(react_nativemodule_defaults
17+
react_codegen_rncore
18+
react_nativemodule_core
1719
react_nativemodule_dom
1820
react_nativemodule_devtoolsruntimesettings
1921
react_nativemodule_featureflags

0 commit comments

Comments
 (0)