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

5 lines
93 B
CMake

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