ci: detach common from the library (#12827)

* fix: detach common from the library

* fix: building chat test template
This commit is contained in:
Plamen Minev 2025-04-09 11:11:11 +03:00 committed by GitHub
parent 65a69e6e1b
commit 381603a775
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 11 additions and 7 deletions

View file

@ -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)