blk_box_control/main/CMakeLists.txt
2026-03-21 18:27:03 -05:00

21 lines
348 B
CMake

idf_component_register(
SRCS
"helper.cpp"
"main.cpp"
INCLUDE_DIRS
"."
REQUIRES
esp_driver_gpio
esp_driver_i2c
esp_driver_i2s
esp_driver_ledc
esp_lcd
nvs_flash
fatfs
)
add_subdirectory(drivers)
add_subdirectory(steps)
set(EXTRA_COMPONENT_DIRS components)