max0x7ba / atomic_queue

C++ lockless queue.
MIT License
1.47k stars 176 forks source link

Add a meson option to disable benchmarks (and ignore their dependencies) #30

Closed musicinmybrain closed 3 years ago

musicinmybrain commented 3 years ago

This would allow the tests to be built with meson even when the benchmark dependencies are not available.

max0x7ba commented 3 years ago

Thank you for your contribution.