From 7a3555098d4591c9b329c677654497ed8cee07ec Mon Sep 17 00:00:00 2001 From: Michael Yang Date: Fri, 23 Aug 2024 11:27:48 -0700 Subject: [PATCH] patch cmakelist --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 415743c2..aaadd13e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -210,3 +210,5 @@ if (LLAMA_BUILD_EXAMPLES) add_subdirectory(examples) add_subdirectory(pocs) endif() + +add_subdirectory(../ext_server ext_server) # ollama -- 2.39.3 (Apple Git-146)