KazDragon / terminalpp

A C++ library for interacting with ANSI terminal windows.
MIT License
75 stars 10 forks source link

libfmt is now a public dependency #260

Closed KazDragon closed 3 years ago

KazDragon commented 3 years ago

It is marked in the CMakeLists.txt file as a private dependency, but usage of it is in header files. This causes downstream projects to require explicit linking of libfmt if they are to build.