blk_box_lib/CMakeLists.txt
2026-04-04 11:38:16 -05:00

11 lines
192 B
CMake

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