| [executorch] |
| is_oss = 1 |
| |
| [buildfile] |
| name = TARGETS |
| |
| [repositories] |
| root = . |
| prelude = third-party/prelude |
| shim = shim |
| |
| [repository_aliases] |
| config = prelude |
| ovr_config = prelude |
| toolchains = shim |
| fbcode = shim |
| fbcode_macros = shim |
| fbsource = shim |
| buck = shim |
| |
| [cxx] |
| cxxflags = -g -std=c++17 |
| |
| [parser] |
| target_platform_detector_spec = target:root//...->prelude//platforms:default target:shim//...->prelude//platforms:default |
| |
| # Limit the number of files that the buck daemon needs to monitor. If every |
| # submodule is cloned recursively, some system can fail to build with "OS file |
| # watch limit reached". |
| [project] |
| ignore = \ |
| .git, \ |
| **/.git, \ |
| cmake-out, \ |
| pip-out |