mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-05-07 12:16:24 +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(
|
target_link_libraries(
|
||||||
wasi_nn_tflite
|
wasi_nn_tflite
|
||||||
PUBLIC
|
PUBLIC
|
||||||
libiwasm
|
vmlib
|
||||||
tensorflow-lite
|
tensorflow-lite
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -71,7 +71,7 @@ if(WAMR_BUILD_WASI_NN_OPENVINO EQUAL 1)
|
||||||
target_link_libraries(
|
target_link_libraries(
|
||||||
wasi_nn_openvino
|
wasi_nn_openvino
|
||||||
PUBLIC
|
PUBLIC
|
||||||
libiwasm
|
vmlib
|
||||||
openvino::runtime
|
openvino::runtime
|
||||||
openvino::runtime::c
|
openvino::runtime::c
|
||||||
)
|
)
|
||||||
|
@ -100,7 +100,7 @@ if(WAMR_BUILD_WASI_NN_LLAMACPP EQUAL 1)
|
||||||
target_link_libraries(
|
target_link_libraries(
|
||||||
wasi_nn_llamacpp
|
wasi_nn_llamacpp
|
||||||
PUBLIC
|
PUBLIC
|
||||||
libiwasm
|
vmlib
|
||||||
cjson
|
cjson
|
||||||
common
|
common
|
||||||
ggml
|
ggml
|
||||||
|
|
Loading…
Reference in New Issue
Block a user