mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-05-06 08:35:43 +08:00
5 lines
75 B
CMake
5 lines
75 B
CMake
add_executable(main
|
|
main.cpp
|
|
)
|
|
target_link_libraries(main PRIVATE ftxui)
|