]> git.pld-linux.org Git - packages/jsoncpp.git/blob - jsoncpp.pc
- pl, cleanups, build doxygen apidocs
[packages/jsoncpp.git] / jsoncpp.pc
1 prefix=/usr
2 exec_prefix=${prefix}
3 libdir=@@LIBDIR@@
4 includedir=${prefix}/include
5
6 Name: jsoncpp
7 Description: API for manipulating JSON
8 Version: 0.6.0
9 URL: http://jsoncpp.sourceforge.net/
10 Libs: -L${libdir} -ljsoncpp
11 Cflags: -I${includedir} -I${includedir}/jsoncpp/
This page took 0.053684 seconds and 3 git commands to generate.