diff options
Diffstat (limited to '3rdparty/jsoncpp/pkg-config/jsoncpp.pc.in')
-rw-r--r-- | 3rdparty/jsoncpp/pkg-config/jsoncpp.pc.in | 11 |
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} |