mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-26 17:23:58 +08:00
12 lines
238 B
PkgConfig
12 lines
238 B
PkgConfig
prefix=/home/nvidia/build/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
|
|
Libs.private: -lstdc++
|
|
Cflags: -I${includedir}
|