We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 146ca2c commit b025a85Copy full SHA for b025a85
CMakeLists.txt
@@ -25,9 +25,9 @@ else()
25
add_subdirectory(vendor/llama.cpp)
26
install(
27
TARGETS llama
28
- LIBRARY DESTINATION llama_cpp
29
- RUNTIME DESTINATION llama_cpp
30
- ARCHIVE DESTINATION llama_cpp
31
- FRAMEWORK DESTINATION llama_cpp
+ LIBRARY DESTINATION ${CMAKE_CURRENT_SOURCE_DIR}/llama_cpp
+ RUNTIME DESTINATION ${CMAKE_CURRENT_SOURCE_DIR}/llama_cpp
+ ARCHIVE DESTINATION ${CMAKE_CURRENT_SOURCE_DIR}/llama_cpp
+ FRAMEWORK DESTINATION ${CMAKE_CURRENT_SOURCE_DIR}/llama_cpp
32
)
33
endif()
0 commit comments