From c1eaef329a70db994057cae9982b841b547fed72 Mon Sep 17 00:00:00 2001 From: Andrei Betlen Date: Sat, 10 Jun 2023 18:11:48 -0400 Subject: [PATCH] Add resource destination to cmake --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index e5fac6a..788402a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,5 +29,6 @@ else() RUNTIME DESTINATION llama_cpp ARCHIVE DESTINATION llama_cpp FRAMEWORK DESTINATION llama_cpp + RESOURCE DESTINATION llama_cpp ) endif()