Files
CMake/Tests/RunCMake/cmake_pkg_config/TestRequired.cmake
T
Vito Gamberini 8555c33d92 PkgC: Add cmake_pkg_config(EXTRACT) command
* 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
2024-07-29 13:14:46 -04:00

10 lines
102 B
CMake

cmake_pkg_config(
EXTRACT foo
REQUIRED
)
cmake_pkg_config(
EXTRACT does-not-exist
REQUIRED
)