Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
TerryT9 committed Dec 4, 2024
1 parent 5439c77 commit 6ab4c4f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions android/llama/src/main/cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
# 设置 CMake 最小版本和构建类型
cmake_minimum_required(VERSION 3.22.1)
set(CMAKE_BUILD_TYPE Release)

project("llama-android")

include(FetchContent)

set(SOURCE_BASE_DIR /Users/liute/Desktop/nexa-repo/llama.cpp)

FetchContent_Declare(
json
GIT_REPOSITORY https://github.com/nlohmann/json
GIT_TAG v3.11.3
)

set(SOURCE_BASE_DIR ~/Desktop/nexa-repo/llama.cpp)
##### from local #####
FetchContent_Declare(
llama
Expand Down

0 comments on commit 6ab4c4f

Please sign in to comment.