mirror of https://github.com/dnomd343/klotski.git
Dnomd343
2 years ago
4 changed files with 45 additions and 54 deletions
@ -1,15 +1,13 @@ |
|||
#pragma once |
|||
|
|||
/// CMake metadata template
|
|||
|
|||
#define VERSION_MAJOR (@VERSION_MAJOR@) |
|||
#define VERSION_MINOR (@VERSION_MINOR@) |
|||
#define VERSION_PATCH (@VERSION_PATCH@) |
|||
#define VERSION_STR "@VERSION_MAJOR@.@VERSION_MINOR@.@VERSION_PATCH@" |
|||
#define VERSION_PATCH (@VERSION_ALTER@) |
|||
#define VERSION_STR "v@VERSION_MAJOR@.@VERSION_MINOR@.@VERSION_ALTER@" |
|||
|
|||
#define AUTHOR "dnomd343" |
|||
#define SYSTEM "@SYSTEM_INFO@" |
|||
#define COMPILER "@COMPILER_INFO@" |
|||
#define SYSTEM "@PLAT@ @ARCH@" |
|||
#define COMPILER "@COMPILER@" |
|||
#define BUILD_TIME "@BUILD_TIME@" |
|||
#define PROJECT_URL "https://github.com/dnomd343/klotski.git"
|
|||
#define GIT_COMMIT_ID "@GIT_COMMIT_ID@" |
|||
#define GIT_COMMIT_ID "@GIT_COMMIT_LONG@" |
|||
|
@ -1,15 +0,0 @@ |
|||
#pragma once |
|||
|
|||
/// XMake metadata template |
|||
|
|||
#define VERSION_MAJOR (${VERSION_MAJOR}) |
|||
#define VERSION_MINOR (${VERSION_MINOR}) |
|||
#define VERSION_PATCH (${VERSION_ALTER}) |
|||
#define VERSION_STR "${VERSION}" |
|||
|
|||
#define AUTHOR "dnomd343" |
|||
#define SYSTEM "${PLAT} ${ARCH}" |
|||
#define COMPILER "${COMPILER_INFO}" |
|||
#define BUILD_TIME "${BUILD_TIME}" |
|||
#define PROJECT_URL "https://github.com/dnomd343/klotski.git" |
|||
#define GIT_COMMIT_ID "${GIT_COMMIT_LONG}" |
Loading…
Reference in new issue