Add examples/common.cpp in CMake library 'llama'

This commit is contained in:
Locria Cyber 2023-04-05 16:37:40 +00:00
parent 5a8c4f6240
commit 27d6178698
No known key found for this signature in database
GPG key ID: ED0D424AE4406330

View file

@ -240,7 +240,9 @@ endif()
add_library(llama
llama.cpp
llama.h)
llama.h
examples/common.cpp
examples/common.h)
target_include_directories(llama PUBLIC .)
target_compile_features(llama PUBLIC cxx_std_11) # don't bump