mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-19 12:23:53 +08:00
12 lines
300 B
PkgConfig
12 lines
300 B
PkgConfig
prefix=/home/batman/openpilot/external/capnp
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: Cap'n Proto RPC
|
|
Description: Fast object-oriented RPC system
|
|
Version: 0.6.1
|
|
Libs: -L${libdir} -lcapnp-rpc
|
|
Requires: capnp = 0.6.1 kj-async = 0.6.1
|
|
Cflags: -I${includedir}
|