Skip to content

Commit 055fb7a

Browse files
cortinicometa-codesync[bot]
authored andcommitted
Add missing viewtransition subdirectory to Fantom tester CMakeLists (facebook#55887)
Summary: The ViewTransitionModule commit (f81f73e) added `react_renderer_viewtransition` as a dependency of `react_renderer_scheduler`, but did not update the Fantom tester's `CMakeLists.txt` to include the `react/renderer/viewtransition` subdirectory. This causes the Fantom tester build to fail with: ``` /usr/bin/ld: cannot find -lreact_renderer_viewtransition: No such file or directory ``` This adds `add_react_common_subdir(react/renderer/viewtransition)` to the Fantom tester CMakeLists. Changelog: [Internal] Pull Request resolved: facebook#55887 Test Plan: - `run_fantom_tests` CI should pass with this fix. Reviewed By: cipolleschi Differential Revision: D95066938 Pulled By: cortinico fbshipit-source-id: aeda33365d9967fa7a3e07ac57c4a86863f20243
1 parent 9ec7db5 commit 055fb7a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

private/react-native-fantom/tester/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ add_react_common_subdir(react/renderer/scheduler)
105105
add_react_common_subdir(react/renderer/telemetry)
106106
add_react_common_subdir(react/renderer/textlayoutmanager)
107107
add_react_common_subdir(react/renderer/uimanager)
108+
add_react_common_subdir(react/renderer/viewtransition)
108109
add_react_common_subdir(react/renderer/uimanager/consistency)
109110
add_react_common_subdir(react/runtime)
110111
add_react_common_subdir(react/runtime/hermes)

0 commit comments

Comments
 (0)