mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-07-22 02:38:03 +00:00
update more names
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
set(TARGET llama)
|
||||
set(TARGET llama-bin)
|
||||
add_executable(${TARGET} main.cpp)
|
||||
set_target_properties(${TARGET} PROPERTIES OUTPUT_NAME llama)
|
||||
install(TARGETS ${TARGET} RUNTIME)
|
||||
target_link_libraries(${TARGET} PRIVATE common llama ${CMAKE_THREAD_LIBS_INIT})
|
||||
target_compile_features(${TARGET} PRIVATE cxx_std_11)
|
||||
|
Reference in New Issue
Block a user