From: John Smith Date: Tue, 24 Oct 2023 17:48:45 +0000 (+0800) Subject: cmake : add missed dependencies (#3763) X-Git-Tag: upstream/0.0.4488~3064 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=abd21fc99f1d35e2081e4c01dc09c71a86bf3c5a;p=pkg%2Fggml%2Fsources%2Fllama.cpp cmake : add missed dependencies (#3763) --- diff --git a/examples/main-cmake-pkg/CMakeLists.txt b/examples/main-cmake-pkg/CMakeLists.txt index 90813188..cb00edbb 100644 --- a/examples/main-cmake-pkg/CMakeLists.txt +++ b/examples/main-cmake-pkg/CMakeLists.txt @@ -16,6 +16,8 @@ add_library(common OBJECT ${_common_path}/console.cpp ${_common_path}/grammar-parser.h ${_common_path}/grammar-parser.cpp + ${_common_path}/sampling.h + ${_common_path}/sampling.cpp ) # WARNING: because build-info.h is auto-generated, it will only