Initial commit

This commit is contained in:
2025-12-19 20:08:22 +00:00
commit 2a30c0d77b
12 changed files with 444 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
#define PROJECT_VERSION_MAJOR @PROJECT_VERSION_MAJOR@
#define PROJECT_VERSION_MINOR @PROJECT_VERSION_MINOR@
#define PROJECT_VERSION_PATCH @PROJECT_VERSION_PATCH@
#define VERSION_BRANCH @PROJECT_VERSION_BRANCH@
#define VERSION_COMMIT @PROJECT_VERSION_COMMIT@
#define VERSION_FULL "@PROJECT_VERSION_FULL@"