]> git.sesse.net Git - vlc/blobdiff - bindings/phonon/cmake/modules/FindVLC.cmake
Fix phonon-vlc compilation and linking.
[vlc] / bindings / phonon / cmake / modules / FindVLC.cmake
index 5d2b379182ad2b6160849ed65e1b6fba6357a3d5..eec5c5709214963120af6e614a1ab3d4399c7638 100644 (file)
@@ -25,6 +25,7 @@ if(NOT WIN32)
   find_package(PkgConfig)
   pkg_check_modules(VLC libvlc>=1.0.0)
   set(VLC_DEFINITIONS ${VLC_CFLAGS})
+  set(VLC_LIBRARIES ${VLC_LDFLAGS})
 endif(NOT WIN32)
 
 # TODO add argument support to pass version on find_package