2018-09-30 13:33:54 +02:00
|
|
|
namespace nheko {
|
|
|
|
constexpr auto version = "${PROJECT_VERSION}";
|
|
|
|
constexpr auto build_os = "${CMAKE_HOST_SYSTEM_NAME}";
|
|
|
|
constexpr auto enable_debug_log = ${SPDLOG_DEBUG_ON};
|
|
|
|
}
|
2021-06-30 15:01:41 +02:00
|
|
|
|
|
|
|
// clang-format off
|
|
|
|
#define HAVE_BACKTRACE_SYMBOLS_FD ${HAVE_BACKTRACE_SYMBOLS_FD}
|
|
|
|
// clang-format on
|