mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-26 22:45:15 -04:00
10 lines
245 B
CMake
10 lines
245 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_RELEASE @OPENMW_VERSION_RELEASE@
|
|
#define OPENMW_VERSION "@OPENMW_VERSION@"
|
|
|
|
#endif
|