mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +03:00
9 lines
296 B
C++
9 lines
296 B
C++
namespace nheko {
|
|
constexpr auto version = "${PROJECT_VERSION}";
|
|
constexpr auto build_os = "${CMAKE_HOST_SYSTEM_NAME}";
|
|
constexpr auto enable_debug_log = ${SPDLOG_DEBUG_ON};
|
|
}
|
|
|
|
// clang-format off
|
|
#define HAVE_BACKTRACE_SYMBOLS_FD ${HAVE_BACKTRACE_SYMBOLS_FD}
|
|
// clang-format on
|