mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2024-10-31 16:27:30 +08:00
5 lines
75 B
CMake
5 lines
75 B
CMake
add_executable(main
|
|
main.cpp
|
|
)
|
|
target_link_libraries(main PRIVATE ftxui)
|