]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
Generate library with CMake (#430)
authornusu-github <redacted>
Thu, 23 Mar 2023 20:16:48 +0000 (05:16 +0900)
committerGitHub <redacted>
Thu, 23 Mar 2023 20:16:48 +0000 (21:16 +0100)
commitad072fc5ad6f6905a7224ff6ea07c0644aa075b1
tree8522f5edcc606dfb84716531cfaae9ac05913697
parentea10d3ded2994106596ddf8e4ed02741b3e053e6
Generate library with CMake (#430)

* Generate library with CMake

BUILD_SHARED_LIBS to allow llama library to be generated.

* Turn ON PIC when BUILD_SHARED_LIBS is ON
CMakeLists.txt