mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2026-09-20 01:31:31 +02:00
ggml : add PCH for ggml-impl.h
This commit is contained in:
@@ -56,6 +56,7 @@ function(ggml_add_cpu_backend_variant_impl tag_name)
|
||||
|
||||
target_compile_features(${GGML_CPU_NAME} PRIVATE c_std_11 cxx_std_17)
|
||||
target_include_directories(${GGML_CPU_NAME} PRIVATE . ggml-cpu)
|
||||
target_precompile_headers (${GGML_CPU_NAME} PRIVATE ggml-impl.h)
|
||||
|
||||
if (APPLE AND GGML_ACCELERATE)
|
||||
find_library(ACCELERATE_FRAMEWORK Accelerate)
|
||||
|
||||
Reference in New Issue
Block a user