mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-08-03 20:24:14 +02:00
6 lines
241 B
CMake
6 lines
241 B
CMake
# 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)
|