summary refs log tree commit diff
path: root/cmake/version.hpp
blob: 272e84ac1b12453c5b62e4bb348d36f19c9926f8 (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   = "${BUILD_OS}";
}