Fixes the build location of the LADSPA effect plugin

Removes the instruction to build the LADSPA effect plugin in the
"plugins/ladspa" directory instead of the "plugins" directory where all
other plugins are built. This change enables the usage of LADSPA plugins
in development builds where the binary is started from the build
directory.
This commit is contained in:
Michael Gregorius
2015-10-23 19:29:10 +02:00
parent d17e78d5bb
commit 119ff99f27

View File

@@ -1,5 +1,3 @@
SET(CMAKE_LIBRARY_OUTPUT_DIRECTORY "${CMAKE_LIBRARY_OUTPUT_DIRECTORY}/ladspa")
IF(WANT_CAPS)
ADD_SUBDIRECTORY(caps)
ENDIF(WANT_CAPS)