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