Skip to content

Commit 88c23d0

Browse files
committed
Fix windows dll location issue
1 parent 241722c commit 88c23d0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CMakeLists.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,8 @@ set(BUILD_SHARED_LIBS "On")
66

77
add_subdirectory(vendor/llama.cpp)
88

9-
install(TARGETS llama LIBRARY DESTINATION "llama_cpp")
9+
install(
10+
TARGETS llama
11+
LIBRARY DESTINATION llama_cpp
12+
RUNTIME DESTINATION llama_cpp
13+
)

0 commit comments

Comments
 (0)