b664585
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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()