Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
YellowRoseCx authored May 13, 2024
1 parent 9dcc576 commit b2a2aa4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -426,15 +426,15 @@ target_compile_features(ggml_v3 PUBLIC c_std_11) # don't bump
target_link_libraries(ggml_v3 PUBLIC Threads::Threads ${LLAMA_EXTRA_LIBS})
set_target_properties(ggml_v3 PROPERTIES POSITION_INDEPENDENT_CODE ON)

# examples/llava/llava.cpp
# examples/llava/llava.h
# examples/llava/clip.cpp
# examples/llava/clip.h
add_library(common2
common/common.cpp
common/common.h
common/grammar-parser.h
common/grammar-parser.cpp
examples/llava/llava.cpp
examples/llava/llava.h
examples/llava/clip.cpp
examples/llava/clip.h
unicode.h
unicode.cpp
unicode-data.cpp)
Expand Down

0 comments on commit b2a2aa4

Please sign in to comment.