mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 03:00:46 +03:00
5 lines
228 B
C++
5 lines
228 B
C++
namespace nheko {
|
|
static constexpr const char *version = "${PROJECT_VERSION}";
|
|
static constexpr const char *build_user = "${BUILD_USER}@${BUILD_HOST}";
|
|
static constexpr const char *build_os = "${CMAKE_HOST_SYSTEM_NAME}";
|
|
}
|