mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-05-07 01:41:12 +08:00
5 lines
89 B
CMake
5 lines
89 B
CMake
![]() |
add_executable(toogle_main
|
||
|
main.cpp
|
||
|
)
|
||
|
target_link_libraries(toogle_main PRIVATE ftxui)
|