aboutsummaryrefslogtreecommitdiffstats
path: root/taglib-config.cmake
diff options
context:
space:
mode:
authorScott Wheeler <scott@directededge.com>2020-12-20 14:09:49 +0000
committerScott Wheeler <scott@directededge.com>2020-12-20 14:09:49 +0000
commit6656528f181713f80175b6530191f91405d9dd16 (patch)
treee917a749c78af2d942f0823e3e3b844446314a5c /taglib-config.cmake
parent91b00b17b253dad0d7037232ef7033c88bdd28bd (diff)
Also allow #include <taglib/foo.h> with taglib.pc and friends
Closes #495
Diffstat (limited to 'taglib-config.cmake')
-rw-r--r--taglib-config.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/taglib-config.cmake b/taglib-config.cmake
index 2a5c19f9..3ed70a7a 100644
--- a/taglib-config.cmake
+++ b/taglib-config.cmake
@@ -32,7 +32,7 @@ do
flags="$flags -L$libdir -ltag @ZLIB_LIBRARIES_FLAGS@"
;;
--cflags)
- flags="$flags -I$includedir/taglib"
+ flags="$flags -I$includedir -I$includedir/taglib"
;;
--version)
echo @TAGLIB_LIB_VERSION_STRING@