We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c97bd59 commit 21e3d21Copy full SHA for 21e3d21
pkg-config/jsoncpp.pc.in
@@ -1,5 +1,7 @@
1
-libdir=@CMAKE_INSTALL_FULL_LIBDIR@
2
-includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
+prefix=@CMAKE_INSTALL_PREFIX@
+exec_prefix=@CMAKE_INSTALL_PREFIX@
3
+libdir=${exec_prefix}/@CMAKE_INSTALL_LIBDIR@
4
+includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
5
6
Name: jsoncpp
7
Description: A C++ library for interacting with JSON
0 commit comments