mirror of
https://git.adityakumar.xyz/llama.cpp.git
synced 2024-11-08 15:09:44 +00:00
9daff419f6
* make git build info work with submodules --------- Co-authored-by: Green Sky <green@g-s.xyz>
7 lines
141 B
C
7 lines
141 B
C
#ifndef BUILD_INFO_H
|
|
#define BUILD_INFO_H
|
|
|
|
#define BUILD_NUMBER @BUILD_NUMBER@
|
|
#define BUILD_COMMIT "@BUILD_COMMIT@"
|
|
|
|
#endif // BUILD_INFO_H
|