| # Copyright 2020 The IREE Authors |
| # Licensed under the Apache License v2.0 with LLVM Exceptions. |
| # See https://llvm.org/LICENSE.txt for license information. |
| # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception |
| if(IREE_BUILD_BINDINGS_TFLITE_JAVA) |
| add_subdirectory(java/org/tensorflow/lite) |
| "include/tensorflow/lite/c/c_api.h" |
| "include/tensorflow/lite/c/c_api_experimental.h" |
| "include/tensorflow/lite/c/common.h" |
| iree::base::internal::synchronization |
| iree::vm::bytecode::module |
| if(NOT IREE_BUILD_COMPILER OR NOT IREE_BUILD_TESTS) |
| iree::runtime::bindings::tflite::testdata::add_dynamic_c |
| iree::runtime::bindings::tflite::testdata::add_multi_c |
| iree::runtime::bindings::tflite::testdata::add_static_c |
| iree::testing::gtest_main |