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 6374552a80
commit a17aed317e
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")