mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-20 01:13:55 +08:00
11 lines
283 B
PkgConfig
11 lines
283 B
PkgConfig
prefix=/home/batman/one/external/capnp
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: KJ Framework Library
|
|
Description: Basic utility library called KJ
|
|
Version: 0.6.1
|
|
Libs: -L${libdir} -lkj -pthread -lpthread
|
|
Cflags: -I${includedir} -pthread
|