emilk / loguru

A lightweight C++ logging library
The Unlicense
1.79k stars 260 forks source link

Only compile loguru_bench.cpp for loguru_bench #93

Closed dcermak closed 5 years ago

dcermak commented 5 years ago

The CMakeLists.txt was compiling both loguru_bench.cpp and loguru.cpp from the root folder. This causes linking errors, as loguru_bench.cpp already includes loguru.cpp.

emilk commented 5 years ago

Ah, nice fix :+1: