blk_box_lib/CMakeLists.txt
2026-03-30 20:57:29 -05:00

10 lines
173 B
CMake

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