Apply suggestions to CMakeLists.txt
This commit is contained in:
parent
a81b6700a2
commit
7fb4c512d1
1 changed files with 6 additions and 6 deletions
|
@ -112,17 +112,17 @@ endif()
|
|||
# endif()
|
||||
add_executable(llama
|
||||
main.cpp
|
||||
llama.cpp
|
||||
utils.cpp
|
||||
utils.h)
|
||||
)
|
||||
|
||||
add_executable(quantize
|
||||
quantize.cpp
|
||||
utils.cpp
|
||||
utils.h)
|
||||
)
|
||||
|
||||
add_library(llamalib
|
||||
llama.cpp)
|
||||
llama.cpp
|
||||
llama.h
|
||||
utils.cpp
|
||||
utils.h)
|
||||
|
||||
add_library(ggml
|
||||
ggml.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue