App: Move the app in the apps/ folder

Change-Id: I9c6a3eb58c718f1c796652e94534b53a2a302f8b
This commit is contained in:
Romain Goyet
2016-06-20 18:04:31 +02:00
parent a0d7e2243f
commit 682c3bbc20
17 changed files with 367 additions and 377 deletions

6
apps/main.cpp Normal file
View File

@@ -0,0 +1,6 @@
#include "graph/graph_app.h"
void ion_app() {
GraphApp graphApp = GraphApp();
graphApp.run();
}