feat(cmake): embed git info in binary (#644)

This commit is contained in:
Yimura
2022-11-28 18:19:03 +01:00
committed by GitHub
parent 61f4cb3ebc
commit 38c56f6532
6 changed files with 63 additions and 0 deletions

View File

@ -4,6 +4,8 @@ project(YimMenu CXX ASM_MASM)
set(SRC_DIR "${PROJECT_SOURCE_DIR}/src")
# Git commit embed
include(scripts/git.cmake)
# Fetch modules
message("\nFetching modules")