blk_box_lib/CMakeLists.txt
2026-04-01 22:11:48 -05:00

11 lines
196 B
CMake

idf_component_register(
SRCS "blk_box.cpp"
INCLUDE_DIRS "include" "."
REQUIRES led_strip
PRIV_REQUIRES
esp_driver_gpio
esp_driver_i2c
)
add_subdirectory(drivers)