matrixion/meson/nheko.h

10 lines
209 B
C
Raw Normal View History

2021-12-05 06:17:08 +03:00
#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