IXWebSocket/ixwebsocket.pc.in
2023-04-25 11:54:25 -07:00

12 lines
310 B
PkgConfig

prefix=@prefix@
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: ixwebsocket
Description: websocket and http client and server library, with TLS support and very few dependencies
Version: @version@
Libs: -L${libdir} -lixwebsocket
Cflags: -I${includedir}
Requires: @requires@