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 (#6204)
Summary:
executorch-config.cmake
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
Pull Request resolved: #6204
Reviewed By: metascroy
Differential Revision: D64363174
Pulled By: larryliu0820
fbshipit-source-id: a150cd3eacbfc4a6ab2870611b5c3b7f453332fb
0 commit comments