Skip to content

Commit

Permalink
add missing dependency of core library to cmake (#43606)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #43606

changelog: [internal]

D54805494 broke CircleCI because it didn't list all of the required dependencies in CMakeList.txt

Reviewed By: cortinico

Differential Revision: D55240313

fbshipit-source-id: 7a27b1379831582556ddd72007f17cbd2d507b19
  • Loading branch information
sammy-SC authored and facebook-github-bot committed Mar 22, 2024
1 parent c835f91 commit e90b975
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@ target_link_libraries(react_render_core
react_render_debug
react_render_graphics
react_render_mapbuffer
react_render_runtimescheduler
react_utils
runtimeexecutor)
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ target_link_libraries(react_render_runtimescheduler
callinvoker
jsi
react_debug
react_render_core
react_render_debug
react_utils
react_featureflags
Expand Down

0 comments on commit e90b975

Please sign in to comment.