mirror of
https://github.com/tmate-io/tmate.git
synced 2024-12-02 21:13:46 +01:00
11 lines
237 B
PkgConfig
11 lines
237 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: MessagePack
|
|
Description: Binary-based efficient object serialization library
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lmsgpack
|
|
Cflags: -I${includedir}
|