matrixion/meson/nheko.h
2021-12-22 02:54:39 +01:00

9 lines
209 B
C++

#include "nheko_version.h"
namespace nheko {
constexpr auto build_os = "@HOST_SYSTEM_NAME@";
// clang-format off
constexpr auto enable_debug_log = @SPDLOG_DEBUG_ON@;
}
#mesondefine HAVE_BACKTRACE_SYMBOLS_FD