ci: detach common from the library (#12827)
* fix: detach common from the library * fix: building chat test template
This commit is contained in:
parent
65a69e6e1b
commit
381603a775
3 changed files with 11 additions and 7 deletions
|
@ -32,7 +32,7 @@ add_library(llama
|
|||
unicode.h
|
||||
)
|
||||
|
||||
target_include_directories(llama PUBLIC . ../include ../common)
|
||||
target_include_directories(llama PUBLIC . ../include)
|
||||
target_compile_features (llama PUBLIC cxx_std_17) # don't bump
|
||||
|
||||
target_link_libraries(llama PUBLIC ggml)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue