PlatformLab / NanoLog

Nanolog is an extremely performant nanosecond scale logging system for C++ that exposes a simple printf-like API.
Other
3k stars 343 forks source link

No CMake integration #3

Open ArekPiekarz opened 6 years ago

ArekPiekarz commented 6 years ago

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.

waqqas commented 4 years ago

@ArekPiekarz I have made a [PR] (https://github.com/PlatformLab/NanoLog/pull/22) to add cmake integration. Comments welcome