From f638d68fd90fb817e040716bc3f94fc416087e11 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Fri, 4 Nov 2011 17:22:01 +0000 Subject: 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 --- src/plugins/Effect/ladspa/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/Effect/ladspa/CMakeLists.txt') 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) -- cgit v1.2.3-13-gbd6f