mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-22 07:29:31 +08:00
11 lines
192 B
PkgConfig
11 lines
192 B
PkgConfig
|
prefix=@prefix@
|
||
|
exec_prefix=@exec_prefix@
|
||
|
libdir=@libdir@
|
||
|
includedir=@includedir@
|
||
|
|
||
|
Name: libzmq
|
||
|
Description: 0MQ c++ library
|
||
|
Version: @VERSION@
|
||
|
Libs: -L${libdir} -lzmq
|
||
|
Cflags: -I${includedir}
|