mirror of https://github.com/Nheko-Reborn/nheko
parent
a2c4d0875c
commit
9f7064676c
@ -1,6 +1,9 @@ |
|||||||
namespace nheko { |
namespace nheko { |
||||||
constexpr auto version = "${PROJECT_VERSION}"; |
constexpr auto version = "${PROJECT_VERSION}"; |
||||||
constexpr auto build_user = "${BUILD_USER}@${BUILD_HOST}"; |
|
||||||
constexpr auto build_os = "${CMAKE_HOST_SYSTEM_NAME}"; |
constexpr auto build_os = "${CMAKE_HOST_SYSTEM_NAME}"; |
||||||
constexpr auto enable_debug_log = ${SPDLOG_DEBUG_ON}; |
constexpr auto enable_debug_log = ${SPDLOG_DEBUG_ON}; |
||||||
} |
} |
||||||
|
|
||||||
|
// clang-format off
|
||||||
|
#define HAVE_BACKTRACE_SYMBOLS_FD ${HAVE_BACKTRACE_SYMBOLS_FD} |
||||||
|
// clang-format on
|
||||||
|
Loading…
Reference in new issue