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.
1 parent 655c26f commit 782ef6bCopy full SHA for 782ef6b
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