afegeix generació de version.h amb git hash

This commit is contained in:
2026-05-19 18:58:56 +02:00
parent 8af4b0c259
commit 748673f41b
3 changed files with 35 additions and 5 deletions
+6
View File
@@ -0,0 +1,6 @@
#pragma once
namespace Version {
constexpr const char* GIT_HASH = "@GIT_HASH@";
constexpr const char* APP_NAME = "Coffee Crisis";
} // namespace Version