cmake : add install() for impl libraries + fix apple builds (#23511)
* pi : update * ci : fix ios build * ci : fix andoroid * ci : fix apple builds * cmake : add install() for impl libraries Add install(TARGETS <target> LIBRARY) for all -impl libraries that were changed from STATIC to shared (controlled by BUILD_SHARED_LIBS) in commit bb28c1fe2. Without this, cmake --install fails to copy the shared libraries, causing runtime errors like: llama-server: error while loading shared libraries: libllama-server-impl.so Ref: https://github.com/ggml-org/llama.cpp/issues/23494#issuecomment-4512912515 Assisted-by: llama.cpp:local pi * ci : fix xcframework build
G
Georgi Gerganov committed
bbce619adb409880fb6db850a1c5a5f36a4dc7b1
Parent: 4f0e43d
Committed by GitHub <noreply@github.com>
on 5/22/2026, 8:46:26 AM