Added a fallback to accept musicbrainzartistid ins artist.nfo files, ref #750

This commit is contained in:
emeric
2025-09-15 20:27:33 +02:00
parent dc59407b9e
commit 87fd8bef3b
5 changed files with 60 additions and 26 deletions
+1 -4
View File
@@ -1,5 +1,3 @@
pkg_check_modules(PUGIXML REQUIRED IMPORTED_TARGET pugixml)
add_library(lmspodcast STATIC
impl/steps/CheckForMissingFilesStep.cpp
impl/steps/ClearTmpDirectoryStep.cpp
@@ -22,13 +20,12 @@ target_include_directories(lmspodcast INTERFACE
target_include_directories(lmspodcast PRIVATE
include
impl
${PUGIXML_INCLUDE_DIRS}
)
target_link_libraries(lmspodcast PRIVATE
lmscore
lmsimage
PkgConfig::PUGIXML
pugixml::pugixml
)
target_link_libraries(lmspodcast PUBLIC