From 3c64ecaf866ca611b40287c78f622e370f90f272 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Tue, 6 Apr 2021 14:29:23 -0400 Subject: pkgconfig: Add support for CustomTarget objects in generator Fixes: #8618. --- docs/markdown/snippets/pkgconfig_gen_ct.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 docs/markdown/snippets/pkgconfig_gen_ct.md (limited to 'docs/markdown/snippets') diff --git a/docs/markdown/snippets/pkgconfig_gen_ct.md b/docs/markdown/snippets/pkgconfig_gen_ct.md new file mode 100644 index 0000000..ccf9415 --- /dev/null +++ b/docs/markdown/snippets/pkgconfig_gen_ct.md @@ -0,0 +1,5 @@ +## Passing `custom_target()` output to `pkg.generate()` + +It is now allowed to pass libraries generated by a `custom_target()` to +pkg-config file generator. The output filename must have a known library extension +such as `.a`, `.so`, etc. -- cgit v1.1