zynaddsubfx

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

commit e036a74f0c363ae6b9ecf17c6615c47cdca0e191
parent 67035c4fecbf67a9b2760b37fdef3c4c1c0b62b3
Author: Harald Hvaal <haraldhv@stud.ntnu.no>
Date:   Thu, 28 May 2009 20:39:28 +0900

Add Wavaudiooutput to the compile

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

diff --git a/src/Output/CMakeLists.txt b/src/Output/CMakeLists.txt @@ -1,5 +1,6 @@ set(zynaddsubfxgui_output_SRCS Recorder.C + WAVaudiooutput.C ) if(AlsaMidiOutput)