summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/jsoncpp/pkg-config/jsoncpp.pc.in
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/jsoncpp/pkg-config/jsoncpp.pc.in')
-rw-r--r--3rdparty/jsoncpp/pkg-config/jsoncpp.pc.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/3rdparty/jsoncpp/pkg-config/jsoncpp.pc.in b/3rdparty/jsoncpp/pkg-config/jsoncpp.pc.in
new file mode 100644
index 00000000000..9613181b2d1
--- /dev/null
+++ b/3rdparty/jsoncpp/pkg-config/jsoncpp.pc.in
@@ -0,0 +1,11 @@
+prefix=@CMAKE_INSTALL_PREFIX@
+exec_prefix=${prefix}
+libdir=${exec_prefix}/@LIBRARY_INSTALL_DIR@
+includedir=${prefix}/@INCLUDE_INSTALL_DIR@
+
+Name: jsoncpp
+Description: A C++ library for interacting with JSON
+Version: @JSONCPP_VERSION@
+URL: https://github.com/open-source-parsers/jsoncpp
+Libs: -L${libdir} -ljsoncpp
+Cflags: -I${includedir}