mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-23 19:38:48 +03:00
9 lines
209 B
C++
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
|