blk_box_lib/CMakeLists.txt
2026-03-21 21:30:44 -05:00

7 lines
103 B
CMake

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