set(APP
	peakSynth 
)
set(APP_SOURCES
	peakSynth.cpp
)

marsyas_app(${APP} "${APP_SOURCES}")

