zynaddsubfx

ZynAddSubFX open source synthesizer
Log | Files | Refs | Submodules | LICENSE

commit be7893b10da9814cfae9a6566eb5e1fe717f1d13
parent 35418bd30b28a1eb5bd842f277a4cc0bfeeb44d5
Author: fundamental <[email protected]>
Date:   Fri,  2 Oct 2009 11:37:56 -0400

cmake: added unison to cmake system

Reported at:
https://sourceforge.net/tracker/index.php?func=detail&aid=2871862&group_id=62934&atid=502312

Diffstat:
Msrc/DSP/CMakeLists.txt | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/DSP/CMakeLists.txt b/src/DSP/CMakeLists.txt @@ -4,6 +4,7 @@ set(zynaddsubfx_dsp_SRCS Filter.cpp FormantFilter.cpp SVFilter.cpp + Unison.cpp ) add_library(zynaddsubfx_dsp STATIC