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}
|