Fix windows dll location issue
This commit is contained in:
parent
241722c981
commit
88c23d04a8
1 changed files with 5 additions and 1 deletions
|
@ -6,4 +6,8 @@ set(BUILD_SHARED_LIBS "On")
|
|||
|
||||
add_subdirectory(vendor/llama.cpp)
|
||||
|
||||
install(TARGETS llama LIBRARY DESTINATION "llama_cpp")
|
||||
install(
|
||||
TARGETS llama
|
||||
LIBRARY DESTINATION llama_cpp
|
||||
RUNTIME DESTINATION llama_cpp
|
||||
)
|
Loading…
Reference in a new issue