Add examples/common.cpp in CMake library 'llama'
This commit is contained in:
parent
5a8c4f6240
commit
27d6178698
1 changed files with 3 additions and 1 deletions
|
@ -240,7 +240,9 @@ endif()
|
||||||
|
|
||||||
add_library(llama
|
add_library(llama
|
||||||
llama.cpp
|
llama.cpp
|
||||||
llama.h)
|
llama.h
|
||||||
|
examples/common.cpp
|
||||||
|
examples/common.h)
|
||||||
|
|
||||||
target_include_directories(llama PUBLIC .)
|
target_include_directories(llama PUBLIC .)
|
||||||
target_compile_features(llama PUBLIC cxx_std_11) # don't bump
|
target_compile_features(llama PUBLIC cxx_std_11) # don't bump
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue