cmake-pkg-config.rst 399 B

12345678
  1. cmake-pkg-config
  2. ----------------
  3. * The :command:`cmake_pkg_config` command was added as an endpoint for using
  4. CMake's native pkg-config format parser. The only supported option in this
  5. release is ``EXTRACT``, which provides low-level access to the values
  6. produced by parsing a pkg-config file. For most users, this is not yet a
  7. suitable replacement for the :module:`FindPkgConfig` module.