mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-02-28 04:13:52 +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
|