From d92ded3bcd37af3a5bfd56b05e3f3e58903efe1e Mon Sep 17 00:00:00 2001 From: pvdk Date: Wed, 22 Jan 2014 19:30:41 +0100 Subject: [PATCH] Forgot adding the version header CMake file --- components/version/version.hpp.cmake | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 components/version/version.hpp.cmake diff --git a/components/version/version.hpp.cmake b/components/version/version.hpp.cmake new file mode 100644 index 000000000..4adb0d8c2 --- /dev/null +++ b/components/version/version.hpp.cmake @@ -0,0 +1,12 @@ +#ifndef VERSION_HPP +#define VERSION_HPP + +#define OPENMW_VERSION_MAJOR @OPENMW_VERSION_MAJOR@ +#define OPENMW_VERSION_MINOR @OPENMW_VERSION_MINOR@ +#define OPENMW_VERSION_RELEASE @OPENMW_VERSION_RELEASE@ +#define OPENMW_VERSION "@OPENMW_VERSION@" + +#define OPENMW_VERSION_COMMIT "@OPENMW_VERSION_COMMIT@" + +#endif // VERSION_HPP +