diff --git a/CMakeLists.txt b/CMakeLists.txt index bcd026a..39ec507 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,4 +6,8 @@ set(BUILD_SHARED_LIBS "On") add_subdirectory(vendor/llama.cpp) -install(TARGETS llama LIBRARY DESTINATION "llama_cpp") \ No newline at end of file +install( + TARGETS llama + LIBRARY DESTINATION llama_cpp + RUNTIME DESTINATION llama_cpp +) \ No newline at end of file