From 4fc586388825e4670c1d585f3eed4770f97f50ff Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Thu, 19 Aug 2021 18:57:46 +0200 Subject: [PATCH] Add taglib and tagparser link directories --- src/CMakeLists.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 46dce8765..13984a1db 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1027,6 +1027,14 @@ if(HAVE_LIBMTP) link_directories(${LIBMTP_LIBRARY_DIRS}) endif() +if(USE_TAGLIB AND TAGLIB_FOUND) + link_directories(${TAGLIB_LIBRARY_DIRS}) +endif() + +if(USE_TAGPARSER AND TAGPARSER_FOUND) + link_directories(${TAGPARSER_LIBRARY_DIRS}) +endif() + add_library(strawberry_lib STATIC ${SOURCES} ${MOC}