From bd4c76bca8291317384aa3468858712c9a98ec3b Mon Sep 17 00:00:00 2001 From: Adriankhl Date: Wed, 29 May 2024 08:31:15 +0800 Subject: [PATCH] build: remmove EXCLUDE_FROM_ALL --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2eebe0e..eaa2564 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,7 +14,7 @@ if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin") endif () add_subdirectory(godot-cpp) -add_subdirectory(llama.cpp EXCLUDE_FROM_ALL) +add_subdirectory(llama.cpp) set(src_files "src/sqlite3.c"