initial upload

This commit is contained in:
2025-12-17 10:53:43 +08:00
commit f3f1778f77
308 changed files with 129940 additions and 0 deletions

10
include/version.h.in Normal file
View File

@@ -0,0 +1,10 @@
#ifndef VERSION_H
#define VERSION_H
#define PROJECT_VERSION_MAJOR @PROJECT_VERSION_MAJOR@
#define PROJECT_VERSION_MINOR @PROJECT_VERSION_MINOR@
#define PROJECT_VERSION_PATCH @PROJECT_VERSION_PATCH@
#define GIT_COMMIT "@GIT_COMMIT_HASH@"
#endif // VERSION_H