1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-09 00:00:04 +01:00
libwebsockets/libwebsockets.pc.in

12 lines
228 B
PkgConfig
Raw Permalink Normal View History

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: libwebsockets
Description: Websockets server and client library
Version: @VERSION@
Libs: -L${libdir} -lwebsockets
Cflags: -I${includedir}