n64/cmake/version.h.in
2023-08-27 20:40:51 -07:00

5 lines
No EOL
130 B
C

#ifndef N64_VERSION_H
#define N64_VERSION_H
#include <assert.h>
#define N64_GIT_COMMIT_HASH "${_git_hash}"
#endif // N64_VERSION_H