Skip to content

Commit

Permalink
add test folder
Browse files Browse the repository at this point in the history
  • Loading branch information
tikikun committed Nov 6, 2023
1 parent fd97d2f commit 9aac7c7
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 @@ -41,7 +41,7 @@ if(DEBUG)
add_compile_definitions(ALLOW_ALL_CORS)
endif()

add_subdirectory(llama.cpp)
add_subdirectory(test.cpp)
add_executable(${PROJECT_NAME} main.cc)

# ##############################################################################
Expand Down

0 comments on commit 9aac7c7

Please sign in to comment.