We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfa5d9d commit aee55a7Copy full SHA for aee55a7
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