aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/Adding-arguments.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/markdown/Adding-arguments.md')
-rw-r--r--docs/markdown/Adding-arguments.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/markdown/Adding-arguments.md b/docs/markdown/Adding-arguments.md
index e314102..117622b 100644
--- a/docs/markdown/Adding-arguments.md
+++ b/docs/markdown/Adding-arguments.md
@@ -49,6 +49,8 @@ executable('prog', 'prog.cc', cpp_args : '-DCPPTHING')
Here we create a C++ executable with an extra argument that is used
during compilation but not for linking.
+You can find the parameter name for other languages in the [reference tables](Reference-tables.md).
+
Specifying extra linker arguments is done in the same way:
```meson