aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2021-06-22 20:39:58 +0300
committerGitHub <noreply@github.com>2021-06-22 20:39:58 +0300
commit7588dbc587afd3de931be60472f8919ae17dd396 (patch)
treef545c53c79aa419946a66fabda2b9f9e8d274aed /docs
parenta44c1d18c19b607d443e0ee6247c97a42545c6f4 (diff)
parentbd75e0398fc66a71ecab297fefe68d0066c38a81 (diff)
downloadmeson-7588dbc587afd3de931be60472f8919ae17dd396.zip
meson-7588dbc587afd3de931be60472f8919ae17dd396.tar.gz
meson-7588dbc587afd3de931be60472f8919ae17dd396.tar.bz2
Merge pull request #8900 from bonzini/extract-objects-docs
extract_objects: fixes, tests and documentation for using the result in a custom_target
Diffstat (limited to 'docs')
-rw-r--r--docs/markdown/Reference-manual.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/markdown/Reference-manual.md b/docs/markdown/Reference-manual.md
index aedfda1..de7f9f2 100644
--- a/docs/markdown/Reference-manual.md
+++ b/docs/markdown/Reference-manual.md
@@ -2554,7 +2554,9 @@ module](#shared_module).
object files generated for those source files. This is typically used
to take single object files and link them to unit tests or to compile
some source files with custom flags. To use the object file(s)
- in another build target, use the `objects:` keyword argument.
+ in another build target, use the [`objects:`](#executable) keyword
+ argument or include them in the command line of a
+ [`custom_target`](#custom_target)`.
- `full_path()`: returns a full path pointing to the result target file.
NOTE: In most cases using the object itself will do the same job as