mirror of
https://github.com/h2o/h2o.git
synced 2025-04-20 19:28:23 +08:00
12 lines
355 B
PkgConfig
12 lines
355 B
PkgConfig
prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=${prefix}
|
|
includedir=${prefix}/include
|
|
libdir=@CMAKE_INSTALL_FULL_LIBDIR@
|
|
|
|
Name: libh2o-evloop
|
|
Description: An optimized HTTP/1.x & HTTP/2 library
|
|
URL: https://h2o.examp1e.net/
|
|
Version: @LIBRARY_VERSION_MAJOR@.@LIBRARY_VERSION_MINOR@.@LIBRARY_VERSION_PATCH@
|
|
Libs: -L${libdir} -lh2o-evloop
|
|
Cflags: -I${includedir}
|