mtmd : drop _shared
from libmtmd
name, merge helpers into libmtmd (⚠️ breaking change) (#13917)
* mtmd : fix missing public header * no object * apply suggestion from Georgi * rm mtmd-helper, merge it to mtmd * missing vendor include dir
This commit is contained in:
parent
12d0188c0d
commit
51fa76f172
3 changed files with 32 additions and 36 deletions
|
@ -35,7 +35,7 @@ install(TARGETS ${TARGET} RUNTIME)
|
|||
|
||||
target_include_directories(${TARGET} PRIVATE ../llava)
|
||||
target_include_directories(${TARGET} PRIVATE ${CMAKE_SOURCE_DIR})
|
||||
target_link_libraries(${TARGET} PRIVATE common mtmd mtmd_helper ${CMAKE_THREAD_LIBS_INIT})
|
||||
target_link_libraries(${TARGET} PRIVATE common mtmd ${CMAKE_THREAD_LIBS_INIT})
|
||||
|
||||
if (LLAMA_SERVER_SSL)
|
||||
find_package(OpenSSL REQUIRED)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue