mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-11-03 09:22:01 +00:00 
			
		
		
		
	prefix more cmake targets w/ llama-
This commit is contained in:
		@@ -1,4 +1,4 @@
 | 
			
		||||
set(TARGET quantize)
 | 
			
		||||
set(TARGET llama-quantize)
 | 
			
		||||
add_executable(${TARGET} quantize.cpp)
 | 
			
		||||
install(TARGETS ${TARGET} RUNTIME)
 | 
			
		||||
target_link_libraries(${TARGET} PRIVATE llama common ${CMAKE_THREAD_LIBS_INIT})
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user