Added pkg-config file

This commit is contained in:
Jonas Platte
2014-09-14 15:45:07 +02:00
parent d9ced92d40
commit 6270858c43
2 changed files with 20 additions and 0 deletions

10
pkg-config/jsoncpp.pc.in Normal file
View 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}