diff --git a/pkg-config-guide.html b/pkg-config-guide.html index c666fe5..ffbf169 100644 --- a/pkg-config-guide.html +++ b/pkg-config-guide.html @@ -360,6 +360,15 @@ $ pkg-config --modversion hello pkg-config --cflags and pkg-config --libs. +

autoconf-archive + contains additional macros useful for pkg-config handling.

+ +

With the CMake build system you can use + the FindPkgConfig module.

+ +

With the Meson build system you can + use the Pkgconfig module.

+

Frequently asked questions