397bb5d18a
* Fix version in CMakeLists.txt * Disable IXHttpClientTest
12 lines
324 B
PkgConfig
12 lines
324 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: @CMAKE_PROJECT_VERSION@
|
|
Libs: -L${libdir} -lixwebsocket
|
|
Cflags: -I${includedir}
|
|
Requires: @requires@
|