mpaland / printf

Tiny, fast, non-dependent and fully loaded printf implementation for embedded systems. Extensive test suite passing.
MIT License
2.47k stars 452 forks source link

Fixes #106: Switch to a CMake-based build #107

Closed eyalroz closed 2 years ago

eyalroz commented 3 years ago

Added CMakeLists.txt files, removed the Makefile.

Caveat: Doesn't support the --coverage option.