diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 0000000..89a883a --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,6 @@ +file(GLOB_RECURSE SOURCES "*.cpp") + +idf_component_register(SRCS "${SOURCES}" + INCLUDE_DIRS "." + REQUIRES arduino-esp32 SPIFlash_LowPowerLab +)