mirror of
https://github.com/Fishwaldo/bl_mcu_sdk.git
synced 2025-07-12 07:48:42 +00:00
7 lines
160 B
CMake
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()
|
|
|
|
|
|
|