Files
Radick/main/CMakeLists.txt
dami b473ed4369
Some checks failed
build / host-tests (push) Has been cancelled
build / esp-idf (push) Has been cancelled
Implement native ESP-IDF radar firmware
2026-07-21 07:47:02 +00:00

16 lines
366 B
CMake

idf_component_register(
SRCS
"app_main.c"
"app_settings.c"
"audio_service.c"
"board.c"
"radar_protocol.c"
"radar_service.c"
"target_tracker.c"
"ui.c"
INCLUDE_DIRS "."
REQUIRES driver esp_lcd esp_timer nvs_flash lvgl
)
target_compile_options(${COMPONENT_LIB} PRIVATE -Wall -Wextra -Werror)