Skip to content

Commit

Permalink
build: remmove EXCLUDE_FROM_ALL
Browse files Browse the repository at this point in the history
  • Loading branch information
Adriankhl committed May 29, 2024
1 parent ad66a77 commit bd4c76b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit bd4c76b

Please sign in to comment.