blob: 4853951b375745dc0ca91f8f13a9281e9ee4628f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
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}
|