From 2c8c0f95862f2cf8cdb0c4739d2aead7186b9dd8 Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Mon, 19 Dec 2022 12:38:55 +0100 Subject: document declare_dependency(object: ...) --- docs/yaml/objects/build_tgt.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/yaml/objects') diff --git a/docs/yaml/objects/build_tgt.yaml b/docs/yaml/objects/build_tgt.yaml index 2dec75300..6ca43f30b 100644 --- a/docs/yaml/objects/build_tgt.yaml +++ b/docs/yaml/objects/build_tgt.yaml @@ -13,8 +13,8 @@ methods: 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 to a [[build_target]] or include them in the command - line of a [[custom_target]]. + `objects:` keyword argument to a [[build_target]] or [[declare_dependency]], + or include them in the command line of a [[custom_target]]. varargs: name: source type: str | file -- cgit v1.2.3