diff options
author | Oliver Reiche <oliver.reiche@gmail.com> | 2023-04-21 17:43:48 +0200 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2023-04-27 14:23:09 +0200 |
commit | 81af78b4e96f278746db6fbe33db4712e326ab5e (patch) | |
tree | 9c94222cad2b75055c4d27a9679f3fcc7fc2d92b /etc/import.pkgconfig/TARGETS.zlib | |
parent | f2aa7f08a8c50b5d1f072783b8299a4e5d66411c (diff) | |
download | justbuild-81af78b4e96f278746db6fbe33db4712e326ab5e.tar.gz |
imports: Support pkg-config for curl/archive/ares/zlib
... and align lib names to commonly used pkg names.
Diffstat (limited to 'etc/import.pkgconfig/TARGETS.zlib')
-rw-r--r-- | etc/import.pkgconfig/TARGETS.zlib | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/import.pkgconfig/TARGETS.zlib b/etc/import.pkgconfig/TARGETS.zlib new file mode 100644 index 00000000..26eff1c6 --- /dev/null +++ b/etc/import.pkgconfig/TARGETS.zlib @@ -0,0 +1,3 @@ +{ "zlib": + {"type": ["@", "rules", "CC/pkgconfig", "system_library"], "name": ["zlib"]} +} |