We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bfa5d9d + aee55a7 commit 4e542baCopy full SHA for 4e542ba
CMakeLists.txt
@@ -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