Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
KOEGlike committed Aug 17, 2024
1 parent 85a74ec commit b5e2f58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.24)
idf_component_register(
SRCS "src" # Add all source files here
SRC_DIRS "src" # Add all source files here
INCLUDE_DIRS "src"
REQUIRES "arduino" # Add include directories here
)

0 comments on commit b5e2f58

Please sign in to comment.