Merge pull request #2428 from michaelgregorius/2426-missing_ladspa_effect

Fixes the build location of the LADSPA effect plugin
This commit is contained in:
Tres Finocchiaro
2015-10-30 14:06:15 -04:00

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)