mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-10-12 22:36:53 +02:00
Added pkg-config file
This commit is contained in:
10
pkg-config/jsoncpp.pc.in
Normal file
10
pkg-config/jsoncpp.pc.in
Normal file
@@ -0,0 +1,10 @@
|
||||
prefix=@CMAKE_INSTALL_PREFIX@
|
||||
exec_prefix=${prefix}
|
||||
libdir=${exec_prefix}/lib
|
||||
includedir=${prefix}/include
|
||||
|
||||
Name: jsoncpp
|
||||
Description: A C++ library for interacting with JSON
|
||||
URL: https://github.com/open-source-parsers/jsoncpp
|
||||
Libs: -L${libdir} -ljsoncpp
|
||||
Cflags: -I${includedir}
|
Reference in New Issue
Block a user