blob: 204bc895e91d6a56c26a6d444e457e5829bb5b45 (
plain) (
blame)
1
2
3
4
5
|
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}";
}
|