FTXUI/examples/frame/CMakeLists.txt
2018-09-22 09:49:43 +02:00

5 lines
93 B
CMake

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