FTXUI/examples/vbox_hbox/CMakeLists.txt

5 lines
101 B
CMake
Raw Normal View History

2018-09-20 03:52:25 +08:00
add_executable(vbox_hbox_example
main.cpp
)
target_link_libraries(vbox_hbox_example PRIVATE ftxui)