IXWebSocket/ixwebsocket.pc.in

12 lines
324 B
PkgConfig
Raw Permalink Normal View History

2023-04-25 20:54:25 +02:00
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: @CMAKE_PROJECT_VERSION@
2023-04-25 20:54:25 +02:00
Libs: -L${libdir} -lixwebsocket
Cflags: -I${includedir}
Requires: @requires@