mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-11-03 09:22:01 +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++ )
 |