set(APP
	sfinfo
)
set(APP_SOURCES
	sfinfo.cpp
)

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

