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