mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-07 22:59:56 -05:00
8555c33d92
* 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
10 lines
102 B
CMake
10 lines
102 B
CMake
cmake_pkg_config(
|
|
EXTRACT foo
|
|
REQUIRED
|
|
)
|
|
|
|
cmake_pkg_config(
|
|
EXTRACT does-not-exist
|
|
REQUIRED
|
|
)
|