From 0e814da91c8e041897a4c3f7e6e9234bbc7c6f7a Mon Sep 17 00:00:00 2001 From: Konstantinos Sideris Date: Tue, 17 Jul 2018 16:37:25 +0300 Subject: Move all files under src/ --- cmake/version.h | 5 +++++ cmake/version.hpp | 5 ----- 2 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 cmake/version.h delete mode 100644 cmake/version.hpp (limited to 'cmake') 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}"; +} diff --git a/cmake/version.hpp b/cmake/version.hpp deleted file mode 100644 index 204bc895..00000000 --- a/cmake/version.hpp +++ /dev/null @@ -1,5 +0,0 @@ -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}"; -} -- cgit 1.4.1