Add framework and archive destinations to cmake for macos and windows.
This commit is contained in:
parent
0e156ffd66
commit
cf6a9d6d8e
1 changed files with 2 additions and 0 deletions
|
@ -27,5 +27,7 @@ else()
|
|||
TARGETS llama
|
||||
LIBRARY DESTINATION llama_cpp
|
||||
RUNTIME DESTINATION llama_cpp
|
||||
ARCHIVE DESTINATION llama_cpp
|
||||
FRAMEWORK DESTINATION llama_cpp
|
||||
)
|
||||
endif()
|
||||
|
|
Loading…
Reference in a new issue