mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +03:00
6 lines
258 B
C++
6 lines
258 B
C++
namespace nheko {
|
|
constexpr auto version = "${PROJECT_VERSION}";
|
|
constexpr auto build_user = "${BUILD_USER}@${BUILD_HOST}";
|
|
constexpr auto build_os = "${CMAKE_HOST_SYSTEM_NAME}";
|
|
constexpr auto enable_debug_log = ${SPDLOG_DEBUG_ON};
|
|
}
|