Skip to content

Commit 4e542ba

Browse files
authored
Merge pull request #232 from dizcza/cmake
Added a cmake file to support Arduino as a component in ESP-IDF
2 parents bfa5d9d + aee55a7 commit 4e542ba

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CMakeLists.txt

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
file(GLOB SOURCES src/*.cpp)
2+
idf_component_register(
3+
SRCS ${SOURCES}
4+
INCLUDE_DIRS src
5+
REQUIRES arduino
6+
)

0 commit comments

Comments
 (0)