Skip to content

Commit cf6a9d6

Browse files
committed
Add framework and archive destinations to cmake for macos and windows.
1 parent 0e156ff commit cf6a9d6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,7 @@ else()
2727
TARGETS llama
2828
LIBRARY DESTINATION llama_cpp
2929
RUNTIME DESTINATION llama_cpp
30+
ARCHIVE DESTINATION llama_cpp
31+
FRAMEWORK DESTINATION llama_cpp
3032
)
3133
endif()

0 commit comments

Comments
 (0)