FEX/FEXCore/include/git_version.h.in
Alyssa Rosenzweig af21b8f3c7 Move External/FEXCore/ to FEXCore/
It is not an external component, and it makes paths needlessly long.
Ryan seemed amenable to this when we discussed on IRC earlier.

Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
2023-08-17 16:32:16 -04:00

5 lines
108 B
C

#pragma once
#define GIT_SHORT_HASH "@GIT_SHORT_HASH@"
#define GIT_DESCRIBE_STRING "@GIT_DESCRIBE_STRING@"