diff --git a/CMakeLists.txt b/CMakeLists.txt index 40d8f28..bcd026a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,4 +6,4 @@ 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") \ No newline at end of file