6 lines
99 B
CMake
6 lines
99 B
CMake
|
|
idf_component_register(
|
||
|
|
SRC_DIRS "src"
|
||
|
|
INCLUDE_DIRS "." "src"
|
||
|
|
REQUIRES arduino-esp32
|
||
|
|
)
|