mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-12 18:40:27 +01: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}
|