diff options
Diffstat (limited to 'docs/markdown/Build-options.md')
-rw-r--r-- | docs/markdown/Build-options.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/markdown/Build-options.md b/docs/markdown/Build-options.md index 64e2d38..6029a2c 100644 --- a/docs/markdown/Build-options.md +++ b/docs/markdown/Build-options.md @@ -1,3 +1,7 @@ +--- +short-description: Build options to configure project properties +... + # Build options Most non-trivial builds require user-settable options. As an example a program may have two different data backends that are selectable at build time. Meson provides for this by having a option definition file. Its name is `meson_options.txt` and it is placed at the root of your source tree. |