mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2024-11-23 11:17:06 +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
89 B
CMake
5 lines
89 B
CMake
add_executable(toogle_main
|
|
main.cpp
|
|
)
|
|
target_link_libraries(toogle_main PRIVATE ftxui)
|