From f1ce7af2d5866b5207c1f4036477a175f433655c Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Sun, 25 Feb 2018 12:02:34 +0000 Subject: [skip ci] docs: Add reference table for language args parameter names (#3126) --- docs/markdown/Adding-arguments.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/markdown/Adding-arguments.md') diff --git a/docs/markdown/Adding-arguments.md b/docs/markdown/Adding-arguments.md index e3141020c..117622b17 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 -- cgit v1.2.3