mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-05-07 04:06:16 +00:00
Fix iwasm build error when WAMR_BUILD_WASI_NN enabled (#4138)
This commit is contained in:
commit
e27e5380c6
|
@ -39,7 +39,7 @@ if(WAMR_BUILD_WASI_NN_TFLITE EQUAL 1)
|
|||
target_link_libraries(
|
||||
wasi_nn_tflite
|
||||
PUBLIC
|
||||
libiwasm
|
||||
vmlib
|
||||
tensorflow-lite
|
||||
)
|
||||
|
||||
|
@ -71,7 +71,7 @@ if(WAMR_BUILD_WASI_NN_OPENVINO EQUAL 1)
|
|||
target_link_libraries(
|
||||
wasi_nn_openvino
|
||||
PUBLIC
|
||||
libiwasm
|
||||
vmlib
|
||||
openvino::runtime
|
||||
openvino::runtime::c
|
||||
)
|
||||
|
@ -100,7 +100,7 @@ if(WAMR_BUILD_WASI_NN_LLAMACPP EQUAL 1)
|
|||
target_link_libraries(
|
||||
wasi_nn_llamacpp
|
||||
PUBLIC
|
||||
libiwasm
|
||||
vmlib
|
||||
cjson
|
||||
common
|
||||
ggml
|
||||
|
|
Loading…
Reference in New Issue
Block a user