Closed dcermak closed 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.
Ah, nice fix :+1:
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.