Skip to content

Commit

Permalink
Merge pull request #127 from KOEGlike/master
Browse files Browse the repository at this point in the history
added cmake files for esp-idf use
  • Loading branch information
laurb9 authored Aug 19, 2024
2 parents 5ebabad + b5e2f58 commit 2cbb19c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
cmake_minimum_required(VERSION 3.24)
idf_component_register(
SRC_DIRS "src" # Add all source files here
INCLUDE_DIRS "src"
REQUIRES "arduino" # Add include directories here
)

0 comments on commit 2cbb19c

Please sign in to comment.