You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use the ``pc`` file information to fill a ``cpp_info`` object:
28
+
Using PkgConfig to fill a ``cpp_info`` object
29
+
---------------------------------------------
29
30
31
+
The ``PkgConfig`` class can be used to fill a ``CppInfo`` object with the information that will be consumed by ``PkgConfigDeps`` generator later.
32
+
This is a useful feature when packaging a system library that provides a ``.pc`` file, or when a proprietary package has a build system that only outputs ``.pc`` files.
30
33
31
34
.. code-block:: python
32
35
@@ -35,6 +38,45 @@ Use the ``pc`` file information to fill a ``cpp_info`` object:
0 commit comments