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"