From 4e439707529eafeebf1cfe628e52772ddbf5ea84 Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Wed, 22 Jun 2022 17:40:51 -0400 Subject: docs: linkify some function references --- docs/markdown/Adding-arguments.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/markdown/Adding-arguments.md') diff --git a/docs/markdown/Adding-arguments.md b/docs/markdown/Adding-arguments.md index adbc23e..db282c6 100644 --- a/docs/markdown/Adding-arguments.md +++ b/docs/markdown/Adding-arguments.md @@ -21,7 +21,7 @@ add_global_arguments('-DFOO=bar', language : 'c') This makes Meson add the define to all C compilations. Usually you would use this setting for flags for global settings. Note that for setting the C/C++ language standard (the `-std=c99` argument in GCC), -you would probably want to use a default option of the `project()` +you would probably want to use a default option of the [[project]] function. For details see the [reference manual](Reference-manual.md). Global arguments have certain limitations. They all have to be defined -- cgit v1.1