From 27d61786984822d17e9cd410dc00b9327a6bdea0 Mon Sep 17 00:00:00 2001 From: Locria Cyber <74560659+locriacyber@users.noreply.github.com> Date: Wed, 5 Apr 2023 16:37:40 +0000 Subject: [PATCH] Add examples/common.cpp in CMake library 'llama' --- CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1a434f07b..c71c8de87 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -240,7 +240,9 @@ endif() add_library(llama llama.cpp - llama.h) + llama.h + examples/common.cpp + examples/common.h) target_include_directories(llama PUBLIC .) target_compile_features(llama PUBLIC cxx_std_11) # don't bump