mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-09 21:42:13 +00:00
10 lines
239 B
CMake
10 lines
239 B
CMake
#ifndef CONFIG_H
|
|
#define CONFIG_H
|
|
|
|
#define OPENMW_VERSION_MAJOR @OPENMW_VERSION_MAJOR@
|
|
#define OPENMW_VERSION_MINOR @OPENMW_VERSION_MINOR@
|
|
#define OPENMW_VERSION_PATCH @OPENMW_VERSION_PATCH@
|
|
#define OPENMW_VERSION @OPENMW_VERSION@
|
|
|
|
#endif
|