added cmake for espidf compile using arduino as component

This commit is contained in:
rami.zayat9
2025-04-02 15:05:05 +02:00
parent c7d5e17ab2
commit 1e8fa2733e

6
CMakeLists.txt Normal file
View File

@@ -0,0 +1,6 @@
idf_component_register(
SRC_DIRS "src"
INCLUDE_DIRS "src"
REQUIRES arduino-esp32
)