mirror of
https://libwebsockets.org/repo/libwebsockets
synced 2025-05-02 15:19:59 +00:00
11 lines
228 B
PkgConfig
11 lines
228 B
PkgConfig
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}
|