mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2024-11-26 04:31:34 +08:00
711b71688e
This commit deserve to be cut into at least 8 sub commit. Sorry, I acknowledge this is bad... Here are the new features: * dom decorator: bold, dim, underlined, inverted. * component mechanism * components * menu * toogle
5 lines
85 B
CMake
5 lines
85 B
CMake
add_executable(menu_main
|
|
main.cpp
|
|
)
|
|
target_link_libraries(menu_main PRIVATE ftxui)
|