llama.cpp / llama.cpp /pocs /CMakeLists.txt
KBaba7's picture
Upload 2637 files
2a8cee5 verified
raw
history blame contribute delete
216 Bytes
# 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()