bl_mcu_sdk/examples/tensorflow/CMakeLists.txt

7 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()