forked from teamnwah/openmw-tes3coop
Forgot adding the version header CMake file
This commit is contained in:
parent
c354cd52be
commit
d92ded3bcd
1 changed files with 12 additions and 0 deletions
12
components/version/version.hpp.cmake
Normal file
12
components/version/version.hpp.cmake
Normal file
|
@ -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
|
||||
|
Loading…
Reference in a new issue