From 1fe560aa126f9b801732d6468e66bd739a539449 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Thu, 28 Oct 2010 16:29:43 +0000 Subject: added missing link flags (Christian Morales Vega) (Closes issue 385) git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1959 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/Effect/ladspa/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/Effect/ladspa') diff --git a/src/plugins/Effect/ladspa/CMakeLists.txt b/src/plugins/Effect/ladspa/CMakeLists.txt index f0bc14d33..e46729558 100644 --- a/src/plugins/Effect/ladspa/CMakeLists.txt +++ b/src/plugins/Effect/ladspa/CMakeLists.txt @@ -63,6 +63,6 @@ include_directories(${CMAKE_CURRENT_BINARY_DIR}) ADD_LIBRARY(ladspa MODULE ${libladspa_SRCS} ${libladspa_MOC_SRCS} ${libladspa_UIS_H} ${libladspa_RCC_SRCS}) add_dependencies(ladspa qmmp) -target_link_libraries(ladspa ${QT_LIBRARIES} -lqmmp) +target_link_libraries(ladspa ${QT_LIBRARIES} -lqmmp -ldl) install(TARGETS ladspa DESTINATION ${LIB_DIR}/qmmp/Effect) -- cgit v1.2.3-13-gbd6f