0000-cmakelist.patch 538 B

12345678910111213141516171819202122
  1. From 8b8d83ffca775840acc5dc700f3b3703e9f5cfe4 Mon Sep 17 00:00:00 2001
  2. From: Michael Yang <mxyng@pm.me>
  3. Date: Fri, 23 Aug 2024 11:27:48 -0700
  4. Subject: [PATCH] patch cmakelist
  5. ---
  6. CMakeLists.txt | 2 ++
  7. 1 file changed, 2 insertions(+)
  8. diff --git a/CMakeLists.txt b/CMakeLists.txt
  9. index a3132063..6a2a9912 100644
  10. --- a/CMakeLists.txt
  11. +++ b/CMakeLists.txt
  12. @@ -199,3 +199,5 @@ if (LLAMA_BUILD_EXAMPLES)
  13. add_subdirectory(examples)
  14. add_subdirectory(pocs)
  15. endif()
  16. +
  17. +add_subdirectory(../ext_server ext_server) # ollama
  18. --
  19. 2.45.2