Skip to content

Commit 7fb4c51

Browse files
committed
Apply suggestions to CMakeLists.txt
1 parent a81b670 commit 7fb4c51

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

CMakeLists.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -112,17 +112,17 @@ endif()
112112
# endif()
113113
add_executable(llama
114114
main.cpp
115-
llama.cpp
116-
utils.cpp
117-
utils.h)
115+
)
118116

119117
add_executable(quantize
120118
quantize.cpp
121-
utils.cpp
122-
utils.h)
119+
)
123120

124121
add_library(llamalib
125-
llama.cpp)
122+
llama.cpp
123+
llama.h
124+
utils.cpp
125+
utils.h)
126126

127127
add_library(ggml
128128
ggml.c

0 commit comments

Comments
 (0)