This repository has been archived on 2023-07-17. You can view files and clone it, but cannot push or open issues or pull requests.
bl_mcu_sdk/examples/tensorflow/CMakeLists.txt

8 lines
160 B
CMake

set(mains main.c)
set(TARGET_REQUIRED_LIBS tflite)
set(TARGET_REQUIRED_SRCS main_functions.cc output_handler.cc constants.cc model.cc)
generate_bin()