summaryrefslogtreecommitdiffstats
path: root/Source/cmPkgConfigResolver.cxx
Commit message (Collapse)AuthorAgeFilesLines
* PkgC: Add cmake_pkg_config(EXTRACT) commandVito Gamberini2024-07-291-0/+870
* Wraps the llpkgc parser with cmPkgConfigParser * Adds various resolution and mangling code under cmPkgConfigResolver * Documents new command cmake_pkg_config(EXTRACT). Documentation is written with the assumption additional subcommands will be added soon. * Adds various tests for the above