mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-19 15:53:57 +08:00
12 lines
329 B
PkgConfig
12 lines
329 B
PkgConfig
prefix=/home/batman/one/external/capnp
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: KJ Async Framework Library
|
|
Description: Basic utility library called KJ (async part)
|
|
Version: 0.6.1
|
|
Libs: -L${libdir} -lkj-async -pthread -lpthread
|
|
Requires: kj = 0.6.1
|
|
Cflags: -I${includedir} -pthread
|