FTXUI/examples/print_key_press/CMakeLists.txt
Arthur Sonzogni 711b71688e Implement a lot of new features.
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
2018-10-09 19:08:55 +02:00

5 lines
97 B
CMake

add_executable(print_key_press
main.cpp
)
target_link_libraries(print_key_press PRIVATE ftxui)