mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-08 03:08:53 +00:00
11 lines
201 B
PkgConfig
11 lines
201 B
PkgConfig
|
prefix=@prefix@
|
||
|
exec_prefix=@exec_prefix@
|
||
|
libdir=@libdir@
|
||
|
includedir=@includedir@
|
||
|
|
||
|
Name: Thrift
|
||
|
Description: Thrift C++ API
|
||
|
Version: @VERSION@
|
||
|
Libs: -L${libdir} -lthrift
|
||
|
Cflags: -I${includedir}/thrift
|