diff options
Diffstat (limited to 'docs/markdown/Adding-arguments.md')
-rw-r--r-- | docs/markdown/Adding-arguments.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/markdown/Adding-arguments.md b/docs/markdown/Adding-arguments.md index 80f02d9..6067377 100644 --- a/docs/markdown/Adding-arguments.md +++ b/docs/markdown/Adding-arguments.md @@ -1,3 +1,7 @@ +--- +short-description: Adding compiler arguments +... + # Adding arguments Often you need to specify extra compiler arguments. Meson provides two different ways to achieve this: global arguments and per-target arguments. |