build: Add libgpod link directory.

This commit is contained in:
Jim Broadus 2021-05-06 11:17:36 -07:00 committed by John Maguire
parent f5d3079db8
commit 33aa8c8579
1 changed files with 1 additions and 0 deletions

View File

@ -1307,6 +1307,7 @@ if(HAVE_LIBLASTFM)
endif(HAVE_LIBLASTFM)
if(HAVE_LIBGPOD)
link_directories(${LIBGPOD_LIBRARY_DIRS})
target_link_libraries(clementine_lib ${LIBGPOD_LIBRARIES})
endif(HAVE_LIBGPOD)