Add resource destination to cmake
This commit is contained in:
parent
890ae442b9
commit
c1eaef329a
1 changed files with 1 additions and 0 deletions
|
@ -29,5 +29,6 @@ else()
|
||||||
RUNTIME DESTINATION llama_cpp
|
RUNTIME DESTINATION llama_cpp
|
||||||
ARCHIVE DESTINATION llama_cpp
|
ARCHIVE DESTINATION llama_cpp
|
||||||
FRAMEWORK DESTINATION llama_cpp
|
FRAMEWORK DESTINATION llama_cpp
|
||||||
|
RESOURCE DESTINATION llama_cpp
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Reference in a new issue