mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-09-28 16:29:34 +08:00
5 lines
93 B
CMake
5 lines
93 B
CMake
add_executable(frame_example
|
|
main.cpp
|
|
)
|
|
target_link_libraries(frame_example PRIVATE ftxui)
|