mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-10-31 08:51:55 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			139 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			139 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| set( CMAKE_SYSTEM_NAME Windows )
 | |
| set( CMAKE_SYSTEM_PROCESSOR x86_64 )
 | |
| 
 | |
| set( CMAKE_C_COMPILER    clang )
 | |
| set( CMAKE_CXX_COMPILER  clang++ )
 | 
