Make BTOP_DEBUG also work for CMake

This commit is contained in:
Steffen Winter 2024-01-15 19:23:47 +01:00
parent b2df50396b
commit a44ce1c3a1
No known key found for this signature in database
GPG key ID: C71210D2D5BB9DC3

View file

@ -18,6 +18,10 @@ tab-size = 4
#pragma once
#if !defined(NDEBUG)
# define BTOP_DEBUG
#endif
#include <algorithm> // for std::ranges::count_if
#include <array>
#include <atomic>