We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 655c26f + 782ef6b commit 9b6a0c6Copy full SHA for 9b6a0c6
libchromaprint.pc.cmake
@@ -1,7 +1,7 @@
1
prefix=@CMAKE_INSTALL_PREFIX@
2
-exec_prefix=${prefix}/@CMAKE_INSTALL_BINDIR@
3
-libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
4
-includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
+exec_prefix=@CMAKE_INSTALL_FULL_BINDIR@
+libdir=@CMAKE_INSTALL_FULL_LIBDIR@
+includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
5
6
Name: @PROJECT_NAME@
7
Description: Audio fingerprint library
0 commit comments