mirror of https://github.com/axmolengine/axmol.git
11 lines
287 B
C
11 lines
287 B
C
#pragma once
|
|
|
|
/* Define to the library build number from git commit count */
|
|
#define AX_BUILD_NUM "${AX_BUILD_NUM}"
|
|
|
|
/* Define the branch being built */
|
|
#define AX_GIT_BRANCH "${AX_GIT_BRANCH}"
|
|
|
|
/* Define the hash of the head commit */
|
|
#define AX_GIT_COMMIT_HASH "${AX_GIT_COMMIT_HASH}"
|