set(APP
	peakClustering
)
set(APP_SOURCES
	peakClustering.cpp
)

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

