]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
Allow cmake to build ggml as a library (#1896)
authorKerfuffle <redacted>
Sat, 17 Jun 2023 07:49:42 +0000 (01:49 -0600)
committerGitHub <redacted>
Sat, 17 Jun 2023 07:49:42 +0000 (01:49 -0600)
commitb4c6f46f17b6e02f1cd55a81339e7e64f3aaa688
tree44ca0ae82208a8354d672f88be1a6544c25da14d
parent92f20d9942c86daeb78637bdad7296a572f4da28
Allow cmake to build ggml as a library (#1896)

* Allow cmake to build ggml as a library

* A ggml_static library will be created

* When BUILD_SHARED_LIBS is enabled, ggml_shared will also be built
CMakeLists.txt