matrixion/cmake/version.hpp
2018-03-22 16:20:22 +02:00

5 lines
214 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 = "${BUILD_OS}";
}