Commit 055fb7a
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: aeda33365d9967fa7a3e07ac57c4a86863f202431 parent 9ec7db5 commit 055fb7a
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| 108 | + | |
108 | 109 | | |
109 | 110 | | |
110 | 111 | | |
| |||
0 commit comments