mirror of
https://github.com/CLIUtils/CLI11.git
synced 2025-04-30 04:33:53 +00:00
10 lines
183 B
PkgConfig
10 lines
183 B
PkgConfig
prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=${prefix}
|
|
includedir=${prefix}/include
|
|
|
|
Name: CLI11
|
|
Description: C++ command line parser
|
|
Version: @PROJECT_VERSION@
|
|
|
|
Cflags: -I${includedir}
|