mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2024-11-29 22:55:51 +08:00
5 lines
87 B
CMake
5 lines
87 B
CMake
add_executable(input_main
|
|
main.cpp
|
|
)
|
|
target_link_libraries(input_main PRIVATE ftxui)
|