forked from mirror/nheko
parent
f77a103209
commit
8a2b29a3bf
@ -1,5 +1,5 @@ |
|||||||
namespace nheko { |
namespace nheko { |
||||||
static constexpr const char *version = "${PROJECT_VERSION}"; |
static constexpr const char *version = "${PROJECT_VERSION}"; |
||||||
static constexpr const char *build_user = "${BUILD_USER}@${BUILD_HOST}"; |
static constexpr const char *build_user = "${BUILD_USER}@${BUILD_HOST}"; |
||||||
static constexpr const char *build_os = "${BUILD_OS}"; |
static constexpr const char *build_os = "${CMAKE_HOST_SYSTEM_NAME}"; |
||||||
} |
} |
||||||
|
Loading…
Reference in new issue