main/app: started to move things to app
authorMarcus Fritzsch <marcus_fritzsch@mentor.com>
Tue, 11 Jul 2017 13:18:42 +0000 (15:18 +0200)
committerMarcus Fritzsch <marcus_fritzsch@mentor.com>
Tue, 8 Aug 2017 15:24:00 +0000 (17:24 +0200)
commit628df48e0238391658dab54f81dfa1c62dbfb3ec
tree9f12ca0c00abc5e5d3e201e5052308ca640fe86f
parent675184e57e4b1a04f871babc2bc777c6f53e7b6f
main/app: started to move things to app

Started implementing App, as the actual implementation, that is, to
pull out all the stuff that is actually the application and only have
glue code reside in main.

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
src/CMakeLists.txt
src/app.cpp [new file with mode: 0644]
src/app.hpp [new file with mode: 0644]
src/main.cpp