Skip to content

Commit ef1cff9

Browse files
committed
chore: update cmake include path
1 parent 8556c13 commit ef1cff9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

llama/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ add_definitions(-DNAPI_VERSION=7)
3232
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
3333

3434
set(LLAMA_BUILD_COMMON ON)
35+
set(LLAMA_CURL FF)
3536

3637
if (MINGW)
3738
set(GGML_BACKEND_DL OFF)
@@ -69,6 +70,7 @@ include_directories(${NODE_ADDON_API_DIR} ${CMAKE_JS_INC})
6970
add_subdirectory("llama.cpp")
7071
include_directories("llama.cpp")
7172
include_directories("./llama.cpp/common")
73+
include_directories("./llama.cpp/src")
7274

7375
unset(GPU_INFO_HEADERS)
7476
unset(GPU_INFO_SOURCES)

0 commit comments

Comments
 (0)