FTXUI/examples/vbox_hbox/CMakeLists.txt
2018-09-19 21:52:25 +02:00

5 lines
101 B
CMake

add_executable(vbox_hbox_example
main.cpp
)
target_link_libraries(vbox_hbox_example PRIVATE ftxui)