set(APP
	sound2png
)
set(APP_SOURCES
	sound2png.cpp
)

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

