mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-19 18:45:52 +00:00
13 lines
251 B
PkgConfig
13 lines
251 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: HyperLevelDB
|
|
Description: A fast and lightweight key-value storage library
|
|
Version: @VERSION@
|
|
|
|
Requires:
|
|
Libs: -L${libdir} -lhyperleveldb
|
|
Cflags: -I${includedir}
|