color-consolev2022-03-20
- Updated
A lightweight header-only C++ library to bring colors to your Windows console with a very-easy-to-use API.
- Project website: https://github.com/imfl/color-console
#Usage
The package zstr is header only and can be used from CMake via:
find_path(COLORCONSOLE_INCLUDE_DIRS "colorconsole.hpp")
target_include_directories(main PRIVATE ${COLORCONSOLE_INCLUDE_DIRS})#Supported Platforms
All platforms supported.
#Features
No features defined.
#Dependencies
No dependencies.
#Host Dependencies
No dependencies.
#Used By
No ports use this.
#Host Tool For
No ports use this.
#Contributors
PanForPancakes