mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-19 04:57:53 +00:00
0b3b5f6174
Only tested on Windows so far
14 lines
322 B
PkgConfig
14 lines
322 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: rabbitmq-c
|
|
Description: An AMQP 0-9-1 client library
|
|
Version: @VERSION@
|
|
URL: https://github.com/alanxz/rabbitmq-c
|
|
Requires.private: @requires_private@
|
|
Libs: -L${libdir} -lrabbitmq
|
|
Libs.private: @libs_private@
|
|
CFlags: -I${includedir}
|