mirror of
https://github.com/vshymanskyy/TinyGSM.git
synced 2026-01-31 11:16:26 +00:00
6 lines
100 B
CMake
6 lines
100 B
CMake
idf_component_register(
|
|
SRC_DIRS "src"
|
|
INCLUDE_DIRS "src"
|
|
REQUIRES arduino-esp32
|
|
)
|
|
|