mirror of
https://github.com/clementine-player/Clementine
synced 2025-01-23 16:01:43 +01:00
Explicitly link spotifytcpsrc against clementine_lib.
This commit is contained in:
parent
1bbb525f11
commit
d4f45d3658
@ -26,6 +26,7 @@ add_library(gstspotifytcpsrc STATIC
|
|||||||
)
|
)
|
||||||
|
|
||||||
target_link_libraries(gstspotifytcpsrc
|
target_link_libraries(gstspotifytcpsrc
|
||||||
|
clementine_lib
|
||||||
${GOBJECT_LIBRARIES}
|
${GOBJECT_LIBRARIES}
|
||||||
${GLIB_LIBRARIES}
|
${GLIB_LIBRARIES}
|
||||||
${GSTREAMER_LIBRARIES}
|
${GSTREAMER_LIBRARIES}
|
||||||
|
Loading…
Reference in New Issue
Block a user