summary refs log tree commit diff
path: root/cmake/version.h
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-07-17 16:37:25 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-07-17 16:37:25 +0300
commit0e814da91c8e041897a4c3f7e6e9234bbc7c6f7a (patch)
tree21f655d30630fe77ba48d07e4b357e2b6c6a5730 /cmake/version.h
parentMerge pull request #372 from bebehei/notification (diff)
downloadnheko-0e814da91c8e041897a4c3f7e6e9234bbc7c6f7a.tar.xz
Move all files under src/
Diffstat (limited to 'cmake/version.h')
-rw-r--r--cmake/version.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/cmake/version.h b/cmake/version.h
new file mode 100644

index 00000000..204bc895 --- /dev/null +++ b/cmake/version.h
@@ -0,0 +1,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}"; +}