FTXUI/examples/gauge/CMakeLists.txt

5 lines
93 B
CMake
Raw Normal View History

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