summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/jsoncpp/pkg-config/jsoncpp.pc.in
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2016-01-09 21:11:04 +0100
committer Miodrag Milanovic <mmicko@gmail.com>2016-01-09 21:11:04 +0100
commit2382be9ea8de81e81a4c410342d0c17a2e345565 (patch)
tree9f51ee077b50e571499ed14a826f16059a58ceb8 /3rdparty/jsoncpp/pkg-config/jsoncpp.pc.in
parent50a72771ffa24774fa081495766efdaefc47e220 (diff)
removed jsoncpp (nw)
Diffstat (limited to '3rdparty/jsoncpp/pkg-config/jsoncpp.pc.in')
-rw-r--r--3rdparty/jsoncpp/pkg-config/jsoncpp.pc.in11
1 files changed, 0 insertions, 11 deletions
diff --git a/3rdparty/jsoncpp/pkg-config/jsoncpp.pc.in b/3rdparty/jsoncpp/pkg-config/jsoncpp.pc.in
deleted file mode 100644
index 3ca4a84d027..00000000000
--- a/3rdparty/jsoncpp/pkg-config/jsoncpp.pc.in
+++ /dev/null
@@ -1,11 +0,0 @@
-prefix=@CMAKE_INSTALL_PREFIX@
-exec_prefix=${prefix}
-libdir=@LIBRARY_INSTALL_DIR@
-includedir=@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}