docs: The return value of executable() is a builttarget object.

Make executable() consistent with all other functions returning a
buildtarget, it's return type is a buildtarget object.
pull/1823/head
Jon Turney 8 years ago
parent cad8386733
commit 75099510f1
  1. 2
      docs/markdown/Reference-manual.md

@ -214,7 +214,7 @@ Returns an empty [environment variable object](#environment-object).
### executable()
``` meson
exe executable(*exe_name*, *sources*, ...)
buildtarget executable(*exe_name*, *sources*, ...)
```
Creates a new executable. The first argument specifies its name and the remaining positional arguments define the input files to use. They can be of the following types:

Loading…
Cancel
Save