Skip to content

Commit

Permalink
Fixed llm cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
FuexFollets committed Feb 8, 2024
1 parent 87a8f68 commit 6c60cfe
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/lexocraft/llm/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
include(${PROJECT_SOURCE_DIR}/cmake/libs.cmake)
include(${PROJECT_SOURCE_DIR}/cmake/opts.cmake)

add_library(lexocraft_llm lexer.cpp \
vector_database.cpp text_completion.cpp \
text_completion_nn.cpp text_completion_interface)
add_library(lexocraft_llm lexer.cpp vector_database.cpp text_completion.cpp text_completion_nn.cpp text_completion_interface.cpp)

target_link_libraries(lexocraft_llm PUBLIC lexocraft_neural_network)

0 comments on commit 6c60cfe

Please sign in to comment.