mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2024-12-25 02:44:36 +00:00
cmake : add missed dependencies (#3763)
This commit is contained in:
parent
2b4ea35e56
commit
abd21fc99f
@ -16,6 +16,8 @@ add_library(common OBJECT
|
|||||||
${_common_path}/console.cpp
|
${_common_path}/console.cpp
|
||||||
${_common_path}/grammar-parser.h
|
${_common_path}/grammar-parser.h
|
||||||
${_common_path}/grammar-parser.cpp
|
${_common_path}/grammar-parser.cpp
|
||||||
|
${_common_path}/sampling.h
|
||||||
|
${_common_path}/sampling.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
# WARNING: because build-info.h is auto-generated, it will only
|
# WARNING: because build-info.h is auto-generated, it will only
|
||||||
|
Loading…
Reference in New Issue
Block a user