build : fix reference to old llama_util.h
This commit is contained in:
parent
84ca9c2ecf
commit
305eb5afd5
3 changed files with 11 additions and 3 deletions
|
@ -337,7 +337,7 @@ endif()
|
|||
add_library(llama
|
||||
llama.cpp
|
||||
llama.h
|
||||
llama_util.h)
|
||||
llama-util.h)
|
||||
|
||||
target_include_directories(llama PUBLIC .)
|
||||
target_compile_features(llama PUBLIC cxx_std_11) # don't bump
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue