mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-12-16 01:48:56 +08:00
5 lines
101 B
CMake
5 lines
101 B
CMake
|
|
add_executable(vbox_hbox_example
|
||
|
|
main.cpp
|
||
|
|
)
|
||
|
|
target_link_libraries(vbox_hbox_example PRIVATE ftxui)
|