FTXUI/examples/frame/CMakeLists.txt

5 lines
93 B
CMake
Raw Normal View History

2018-09-22 15:49:43 +08:00
add_executable(frame_example
main.cpp
)
target_link_libraries(frame_example PRIVATE ftxui)