mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-24 03:58:49 +03:00
10 lines
209 B
C
10 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
|