Skip to content

Commit

Permalink
Merge pull request #57 from jojo2357/master
Browse files Browse the repository at this point in the history
Create CMakeLists.txt
  • Loading branch information
siara-cc authored May 21, 2022
2 parents b6e3475 + 98740e3 commit 7e9f58e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
set(COMPONENT_SRCDIRS
"src"
)

set(COMPONENT_ADD_INCLUDEDIRS
"src"
)

# Arduino-ESP32 core https://github.com/espressif/arduino-esp32
set(COMPONENT_REQUIRES
"arduino-esp32"
)

register_component()

0 comments on commit 7e9f58e

Please sign in to comment.