Skip to content

Commit ab2f540

Browse files
authored
feat(hw_cdc): create cmake config file
Create the Arduino Sketch source code CMakeLists.txt file that will include all source code files and header files in the proejct.
1 parent 03d570e commit ab2f540

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
idf_component_register(
2+
SRC_DIRS "."
3+
INCLUDE_DIRS "."
4+
)

0 commit comments

Comments
 (0)