mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2024-11-27 05:38:29 +08:00
5 lines
97 B
CMake
5 lines
97 B
CMake
|
add_executable(print_key_press
|
||
|
main.cpp
|
||
|
)
|
||
|
target_link_libraries(print_key_press PRIVATE ftxui)
|