We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7e4df50 + 101fcf0 commit 772e257Copy full SHA for 772e257
pkg-config/jsoncpp.pc.in
@@ -1,7 +1,7 @@
1
prefix=@CMAKE_INSTALL_PREFIX@
2
exec_prefix=${prefix}
3
-libdir=@LIBRARY_INSTALL_DIR@
4
-includedir=@INCLUDE_INSTALL_DIR@
+libdir=${exec_prefix}/@LIBRARY_INSTALL_DIR@
+includedir=${prefix}/@INCLUDE_INSTALL_DIR@
5
6
Name: jsoncpp
7
Description: A C++ library for interacting with JSON
0 commit comments