Add framework and archive destinations to cmake for macos and windows.

This commit is contained in:
Andrei Betlen 2023-06-07 03:42:55 -04:00
parent 0e156ffd66
commit cf6a9d6d8e

View file

@ -27,5 +27,7 @@ else()
TARGETS llama
LIBRARY DESTINATION llama_cpp
RUNTIME DESTINATION llama_cpp
ARCHIVE DESTINATION llama_cpp
FRAMEWORK DESTINATION llama_cpp
)
endif()