diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2010-10-28 16:29:43 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2010-10-28 16:29:43 +0000 |
| commit | 1fe560aa126f9b801732d6468e66bd739a539449 (patch) | |
| tree | a4c3d55608ed23599116839c948e8ed92ba517f7 /src/plugins/Effect/ladspa | |
| parent | 6b9e84fb141d0a16fbf244e840581d28bc8771c3 (diff) | |
| download | qmmp-1fe560aa126f9b801732d6468e66bd739a539449.tar.gz qmmp-1fe560aa126f9b801732d6468e66bd739a539449.tar.bz2 qmmp-1fe560aa126f9b801732d6468e66bd739a539449.zip | |
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
Diffstat (limited to 'src/plugins/Effect/ladspa')
| -rw-r--r-- | src/plugins/Effect/ladspa/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
