Initial prototype

This commit is contained in:
Arthur Sonzogni
2018-09-18 08:48:40 +02:00
commit 49aeaa49c5
28 changed files with 857 additions and 0 deletions

5
CMakeLists.txt Normal file
View File

@@ -0,0 +1,5 @@
cmake_minimum_required(VERSION 3.0)
enable_testing()
add_subdirectory(ftxui)
add_subdirectory(examples)