iris / llama.cpp /pocs /CMakeLists.txt
Mat17892's picture
llamacpp
b664585 verified
raw
history blame
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()