diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 0000000..b34bc0d --- /dev/null +++ b/CMakeLists.txt @@ -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()