You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Populates EXECUTORCH_LIBRARIES and other variables in
executorch-config.cmake
Summary: As titled. This PR aligns the behavior of
`executorch-config.cmake` (being used by building ET from source) and
the behavior of `executorch-wheel-config.cmake` (being used by
installing ET from pip), by exposing these variables:
* `EXECUTORCH_FOUND` set to `ON` when required libraries are found
* `EXECUTORCH_LIBRARIES` a list of targets for installed ET libraries
* `EXECUTORCH_INCLUDE_DIRS` a list of directory paths to headers
Test Plan:
Reviewers:
Subscribers:
Tasks:
Tags:
0 commit comments