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

View File

@@ -0,0 +1,4 @@
add_executable(main
main.cpp
)
target_link_libraries(main PRIVATE ftxui)