mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-02-02 18:24:25 +00:00
11 lines
243 B
PkgConfig
11 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}
|