mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-30 13:07:32 -03:00
10 lines
243 B
PkgConfig
10 lines
243 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: libunivalue
|
|
Description: libunivalue, C++ universal value object and JSON library
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lunivalue
|
|
Cflags: -I${includedir}
|