blob: 8f7ab0e222d35c5a7c847644918333e32e2574b1 (
plain)
1
2
3
4
5
6
7
|
pkgconfig-static-libs
---------------------
* The :module:`FindPkgConfig` module learned to find static libraries
in addition to the default search for shared libraries.
:command:`pkg_check_modules` gained a ``STATIC_TARGET`` option
to make the imported target reference static libraries.
|