7 lines
103 B
CMake
7 lines
103 B
CMake
idf_component_register(
|
|
SRCS "blk_box.cpp"
|
|
INCLUDE_DIRS "include"
|
|
)
|
|
|
|
add_subdirectory(drivers)
|