FTXUI/examples/text/CMakeLists.txt

5 lines
75 B
CMake
Raw Normal View History

2018-09-18 14:48:40 +08:00
add_executable(main
main.cpp
)
target_link_libraries(main PRIVATE ftxui)