DunePkgConfig¶
Helper code for generating and installing pkg-config files for DUNE
modules.
- create_and_install_pkconfig¶
Create
<module>.pcfrom<module>.pc.inand install it.create_and_install_pkconfig(<install-libdir>)
install-libdirLibrary installation directory below the install prefix. The generated
pkg-configfile is installed into<install-libdir>/pkgconfig.
This helper is used by
dune_project()while finalizing a module configuration. It configures theprefix, compiler, include, and dependency fields expected by downstreampkg-configconsumers.