Start the gauge widget.

This commit is contained in:
Arthur Sonzogni
2018-09-19 21:52:25 +02:00
parent 49aeaa49c5
commit e577d67f2a
17 changed files with 211 additions and 12 deletions

View File

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