diff options
| author | Dylan Baker <dylan@pnwbakers.com> | 2025-10-15 09:02:20 -0700 |
|---|---|---|
| committer | Dylan Baker <dylan@pnwbakers.com> | 2025-10-15 10:21:46 -0700 |
| commit | 10125bf24d0b85217192661b66d20c01595a4d74 (patch) | |
| tree | fabdd6cf44956df91d76adad4f480561c1c92075 /docs/yaml | |
| parent | a103c53e0d624f7d97285c092114207d1e5056b5 (diff) | |
| download | meson-10125bf24d0b85217192661b66d20c01595a4d74.tar.gz | |
docs: Fix documentation about sources accepted by BuildTarget(extra_files: )
Diffstat (limited to 'docs/yaml')
| -rw-r--r-- | docs/yaml/functions/_build_target_base.yaml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/yaml/functions/_build_target_base.yaml b/docs/yaml/functions/_build_target_base.yaml index 8d20e3d41..e0fd8b839 100644 --- a/docs/yaml/functions/_build_target_base.yaml +++ b/docs/yaml/functions/_build_target_base.yaml @@ -83,10 +83,12 @@ kwargs: (for deps built by the project) extra_files: - type: str | file | custom_tgt | custom_idx + type: str | file description: | Not used for the build itself but are shown as source files in IDEs - that group files by targets (such as Visual Studio) + that group files by targets (such as Visual Studio). + + These may only be static sources. gui_app: type: bool |
