This commit is contained in:
Brian 2025-02-09 08:46:39 -08:00 committed by GitHub
commit 8c871fb8c9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,7 +29,7 @@ add_library(llama
unicode-data.cpp unicode-data.cpp
) )
target_include_directories(llama PUBLIC . ../include ../common) target_include_directories(llama PRIVATE . ../include ../common)
target_compile_features (llama PUBLIC cxx_std_17) # don't bump target_compile_features (llama PUBLIC cxx_std_17) # don't bump
target_link_libraries(llama PUBLIC ggml) target_link_libraries(llama PUBLIC ggml)