mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-24 01:43:54 +08:00
11 lines
220 B
PkgConfig
11 lines
220 B
PkgConfig
prefix=/home/batman/one/external/zmq
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: libzmq
|
|
Description: 0MQ c++ library
|
|
Version: 4.2.2
|
|
Libs: -L${libdir} -lzmq
|
|
Cflags: -I${includedir}
|