termcolorΒΆ

Termcolor is a header-only C++ library for printing colored messages to the terminal. Written just for fun with a help of the Force.

hunter_add_package(termcolor)
find_package(termcolor CONFIG REQUIRED)

add_executable(main main.cpp)
target_link_libraries(main PUBLIC termcolor::termcolor)