mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-11-03 09:22:01 +00:00 
			
		
		
		
	* make git build info work with submodules --------- Co-authored-by: Green Sky <green@g-s.xyz>
		
			
				
	
	
		
			8 lines
		
	
	
		
			141 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			8 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
 |