mirror of https://gitee.com/openkylin/apr.git
13 lines
312 B
PkgConfig
13 lines
312 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
APR_MAJOR_VERSION=@APR_MAJOR_VERSION@
|
|
includedir=@includedir@
|
|
|
|
Name: APR
|
|
Description: The Apache Portable Runtime library
|
|
Version: @APR_DOTTED_VERSION@
|
|
Libs: -L${libdir} -l@APR_LIBNAME@
|
|
Libs.private: @EXTRA_LIBS@
|
|
Cflags: @EXTRA_CPPFLAGS@ -I${includedir}
|