mirror of
https://github.com/RYDE-WORK/llama.cpp.git
synced 2026-01-29 03:23:14 +08: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…
x
Reference in New Issue
Block a user