Merge pull request #14770 from JoshuaVandaele/gen-approved-hash

AchievementApprovedHash: Automatically generate hash using CMake
This commit is contained in:
Scott Mansell
2026-07-29 17:49:48 +12:00
committed by GitHub
7 changed files with 56 additions and 22 deletions
+5
View File
@@ -0,0 +1,5 @@
# This file exists to be consumed via `add_custom_command`
# so that file changes are picked up without needing a full reconfigure
file(SHA1 ${JSON_FILE} ACHIEVEMENT_APPROVED_LIST_HASH)
configure_file(${TEMPLATE_FILE} ${OUTPUT_FILE} @ONLY)