mirror of
https://github.com/CLIUtils/CLI11.git
synced 2025-04-30 04:33:53 +00:00
add tests that exercise the CMake module and pkg-config files --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
12 lines
251 B
PkgConfig
12 lines
251 B
PkgConfig
prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=${prefix}
|
|
includedir=${prefix}/include
|
|
libdir=${exec_prefix}/lib
|
|
|
|
Name: CLI11
|
|
Description: C++ command line parser
|
|
Version: @PROJECT_VERSION@
|
|
|
|
Cflags: -I${includedir} -DCLI11_COMPILE
|
|
Libs: -L${libdir} -lCLI11
|