Sync from upstream llama.cpp repository
This commit is contained in:
14
pocs/CMakeLists.txt
Normal file
14
pocs/CMakeLists.txt
Normal file
@@ -0,0 +1,14 @@
|
||||
# dependencies
|
||||
|
||||
find_package(Threads REQUIRED)
|
||||
|
||||
# third-party
|
||||
|
||||
include_directories(${CMAKE_CURRENT_SOURCE_DIR})
|
||||
|
||||
if (EMSCRIPTEN)
|
||||
else()
|
||||
if (NOT GGML_BACKEND_DL)
|
||||
add_subdirectory(vdot)
|
||||
endif()
|
||||
endif()
|
||||
Reference in New Issue
Block a user