mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-02-08 16:05:07 +00:00
11 lines
343 B
CMake
11 lines
343 B
CMake
|
# Copyright (C) 2019 Intel Corporation. All rights reserved.
|
||
|
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||
|
|
||
|
set (WASI_NN_DIR ${CMAKE_CURRENT_LIST_DIR})
|
||
|
|
||
|
add_definitions (-DWASM_ENABLE_WASI_NN=1)
|
||
|
|
||
|
set (LIBC_WASI_NN_SOURCE ${WASI_NN_DIR}/wasi_nn_native.c ${WASI_NN_DIR}/wasi_nn_tensorflow.cpp)
|
||
|
|
||
|
set (TENSORFLOW_LIB tensorflow-lite)
|