commit | 6270858c43987b6343e9eb39e8fe2ebe1b395dc9 | [log] [tgz] |
---|---|---|
author | Jonas Platte <mail@jonasplatte.de> | Sun Sep 14 15:45:07 2014 +0200 |
committer | Jonas Platte <mail@jonasplatte.de> | Sun Sep 14 15:45:07 2014 +0200 |
tree | eb16d15b3dc8d0eb663b4cc6e3ceaf4c7110d321 | |
parent | d9ced92d4040ee6c1475e96e18d715f99647e668 [diff] [blame] |
Added pkg-config file
diff --git a/pkg-config/jsoncpp.pc.in b/pkg-config/jsoncpp.pc.in new file mode 100644 index 0000000..12edd79 --- /dev/null +++ b/pkg-config/jsoncpp.pc.in
@@ -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}