2023-04-18 19:00:14 +00:00
|
|
|
# dependencies
|
|
|
|
|
|
|
|
find_package(Threads REQUIRED)
|
|
|
|
|
|
|
|
# third-party
|
|
|
|
|
|
|
|
include_directories(${CMAKE_CURRENT_SOURCE_DIR})
|
|
|
|
|
|
|
|
if (EMSCRIPTEN)
|
|
|
|
else()
|
2024-11-25 14:13:39 +00:00
|
|
|
if (NOT GGML_BACKEND_DL)
|
|
|
|
add_subdirectory(vdot)
|
|
|
|
endif()
|
2023-04-18 19:00:14 +00:00
|
|
|
endif()
|