We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5d5604 commit 5d5bb52Copy full SHA for 5d5bb52
1 file changed
yaml-cpp.pc.cmake
@@ -1,5 +1,7 @@
1
-libdir=@LIB_INSTALL_DIR@
2
-includedir=@INCLUDE_INSTALL_ROOT_DIR@
+prefix=@CMAKE_INSTALL_PREFIX@
+exec_prefix=${prefix}
3
+includedir=${prefix}/@INCLUDE_INSTALL_ROOT_DIR@
4
+libdir=${exec_prefix}/@LIB_INSTALL_DIR@
5
6
Name: Yaml-cpp
7
Description: A YAML parser and emitter for C++
0 commit comments