Remove stb_image.h copy in common - it is now in vendor

This commit is contained in:
Iwan Kawrakow
2025-09-27 09:52:58 +03:00
parent 87e4762720
commit 40c05459c3
2 changed files with 2 additions and 8398 deletions

View File

@@ -123,6 +123,6 @@ if (LLAMA_LLGUIDANCE)
set(LLAMA_COMMON_EXTRA_LIBS ${LLAMA_COMMON_EXTRA_LIBS} llguidance)
endif ()
target_include_directories(${TARGET} PUBLIC .)
target_compile_features (${TARGET} PUBLIC cxx_std_11)
target_include_directories(${TARGET} PUBLIC . ../vendor)
target_compile_features (${TARGET} PUBLIC cxx_std_17)
target_link_libraries (${TARGET} PRIVATE ${LLAMA_COMMON_EXTRA_LIBS} PUBLIC llama Threads::Threads)

File diff suppressed because it is too large Load Diff