PlatformLab / NanoLog

Nanolog is an extremely performant nanosecond scale logging system for C++ that exposes a simple printf-like API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No CMake integration

ArekPiekarz opened this issue · comments

Would it be possible for you to add CMake integration for this project? It is one of the most popular build systems in C++ ecosystem and it would increase the ease of use of NanoLog in other projects.

@ArekPiekarz I have made a [PR] (#22) to add cmake integration.
Comments welcome