aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Effect/ladspa/CMakeLists.txt
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2011-11-04 17:22:01 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2011-11-04 17:22:01 +0000
commitf638d68fd90fb817e040716bc3f94fc416087e11 (patch)
tree044fc0c8a59954269519cd99f6d658b16fc848d7 /src/plugins/Effect/ladspa/CMakeLists.txt
parente8aff58914243940124b0f465f424ff1076cb3e4 (diff)
downloadqmmp-f638d68fd90fb817e040716bc3f94fc416087e11.tar.gz
qmmp-f638d68fd90fb817e040716bc3f94fc416087e11.tar.bz2
qmmp-f638d68fd90fb817e040716bc3f94fc416087e11.zip
fixed freebsd build (thanks to Ryota Shimamoto)
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2495 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Effect/ladspa/CMakeLists.txt')
-rw-r--r--src/plugins/Effect/ladspa/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/Effect/ladspa/CMakeLists.txt b/src/plugins/Effect/ladspa/CMakeLists.txt
index f06a97ead..47e29be57 100644
--- a/src/plugins/Effect/ladspa/CMakeLists.txt
+++ b/src/plugins/Effect/ladspa/CMakeLists.txt
@@ -66,6 +66,6 @@ include_directories(${CMAKE_CURRENT_BINARY_DIR})
ADD_LIBRARY(ladspa MODULE ${libladspa_SRCS} ${libladspa_MOC_SRCS} ${libladspa_UIS_H}
${libladspa_RCC_SRCS} ${libladspa_HDRS})
add_dependencies(ladspa qmmp)
-target_link_libraries(ladspa ${QT_LIBRARIES} -lqmmp -ldl)
+target_link_libraries(ladspa ${QT_LIBRARIES} -lqmmp ${CMAKE_DL_LIBS})
install(TARGETS ladspa DESTINATION ${LIB_DIR}/qmmp/Effect)