1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-13 00:25:19 +02:00

Android build via CMake (#13528)

* the thing

* the thing 2
This commit is contained in:
sfan5
2023-05-26 15:21:23 +02:00
committed by GitHub
parent 00c647e4cc
commit 8cccd75e81
13 changed files with 82 additions and 394 deletions

View File

@@ -28,6 +28,9 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#define VERSION_GITHASH VERSION_STRING
#endif
#define STRINGIFY(x) #x
#define STR(x) STRINGIFY(x)
const char *g_version_string = VERSION_STRING;
const char *g_version_hash = VERSION_GITHASH;
const char *g_build_info =