]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
cmake : add relocatable Llama package (#2960)
authorbandoti <redacted>
Thu, 14 Sep 2023 17:04:40 +0000 (14:04 -0300)
committerGitHub <redacted>
Thu, 14 Sep 2023 17:04:40 +0000 (20:04 +0300)
commit990a5e226a1a0ac858abe3aa7e5f3b000d4fa665
tree2c4e60ab13c56d81b1edd199ee5cb1826e97a257
parent980ab41afba96106cd29cdf3aa6f948c251cb71f
cmake : add relocatable Llama package (#2960)

* Keep static libs and headers with install

* Add logic to generate Config package

* Use proper build info

* Add llama as import library

* Prefix target with package name

* Add example project using CMake package

* Update README

* Update README

* Remove trailing whitespace
CMakeLists.txt
examples/main-cmake-pkg/.gitignore [new file with mode: 0644]
examples/main-cmake-pkg/CMakeLists.txt [new file with mode: 0644]
examples/main-cmake-pkg/README.md [new file with mode: 0644]
scripts/LlamaConfig.cmake.in [new file with mode: 0644]