From fbab1488ae31ac0e3f08aa84c811cbdcd5fa68b4 Mon Sep 17 00:00:00 2001 From: Charles Brunet Date: Thu, 30 Mar 2023 10:50:11 -0400 Subject: extra_files keyword in declare_dependency() --- docs/yaml/functions/declare_dependency.yaml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'docs/yaml/functions') diff --git a/docs/yaml/functions/declare_dependency.yaml b/docs/yaml/functions/declare_dependency.yaml index b09a0c0..9d085fd 100644 --- a/docs/yaml/functions/declare_dependency.yaml +++ b/docs/yaml/functions/declare_dependency.yaml @@ -43,6 +43,13 @@ kwargs: (or generated header files that should be built before sources including them are built) + extra_files: + type: list[str | file] + since: 1.2.0 + description: | + extra files to add to targets. + mostly used for IDE integration. + version: type: str description: | -- cgit v1.1