mirror of
https://github.com/vshymanskyy/TinyGSM.git
synced 2026-05-15 04:06:10 +00:00
added cmake for espidf compile using arduino as component
This commit is contained in:
6
CMakeLists.txt
Normal file
6
CMakeLists.txt
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
idf_component_register(
|
||||||
|
SRC_DIRS "src"
|
||||||
|
INCLUDE_DIRS "src"
|
||||||
|
REQUIRES arduino-esp32
|
||||||
|
)
|
||||||
|
|
||||||
Reference in New Issue
Block a user