Skip to content

Commit 98740e3

Browse files
authored
Create CMakeLists
This will allow users using CMake toolchains (like myself) to include this as a component.
1 parent b6e3475 commit 98740e3

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CMakeLists.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
set(COMPONENT_SRCDIRS
2+
"src"
3+
)
4+
5+
set(COMPONENT_ADD_INCLUDEDIRS
6+
"src"
7+
)
8+
9+
# Arduino-ESP32 core https://github.com/espressif/arduino-esp32
10+
set(COMPONENT_REQUIRES
11+
"arduino-esp32"
12+
)
13+
14+
register_component()

0 commit comments

Comments
 (0)