set(APP
	helloWorld
)
set(APP_SOURCES
	helloWorld.cpp
)

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

