diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2018-04-17 23:26:53 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-04-17 23:26:53 +0300 |
| commit | 8ee1e49ae683cbd7eb10da37327062a490cbee70 (patch) | |
| tree | e3c4d8560ef9f345c75f14c8543ba59535070c1e /docs/markdown/snippets | |
| parent | 3fc1ca8687a5030577ab2ba6449d7028c6a5b884 (diff) | |
| parent | bd37afeeea0283dac1051b7d9bedf099252c1d19 (diff) | |
| download | meson-8ee1e49ae683cbd7eb10da37327062a490cbee70.tar.gz | |
Merge pull request #3353 from xclaesse/has-link-argument
Add has_link_argument() and friends
Diffstat (limited to 'docs/markdown/snippets')
| -rw-r--r-- | docs/markdown/snippets/has-link-argument.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/markdown/snippets/has-link-argument.md b/docs/markdown/snippets/has-link-argument.md new file mode 100644 index 000000000..7beda6360 --- /dev/null +++ b/docs/markdown/snippets/has-link-argument.md @@ -0,0 +1,9 @@ +## has_link_argument() and friends + +A new set of methods has been added on compiler objects to test if the linker +supports given arguments. + +- `has_link_argument()` +- `has_multi_link_arguments()` +- `get_supported_link_arguments()` +- `first_supported_link_argument()` |
