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:
@@ -1,5 +1,3 @@
|
||||
SET(CMAKE_LIBRARY_OUTPUT_DIRECTORY "${CMAKE_LIBRARY_OUTPUT_DIRECTORY}/ladspa")
|
||||
|
||||
IF(WANT_CAPS)
|
||||
ADD_SUBDIRECTORY(caps)
|
||||
ENDIF(WANT_CAPS)
|
||||
|
||||
Reference in New Issue
Block a user