Add gauge and frame.

This commit is contained in:
Arthur Sonzogni
2018-09-22 09:49:43 +02:00
parent e577d67f2a
commit dd92b89611
9 changed files with 141 additions and 40 deletions

View File

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