RFM69_LowPowerLab/CMakeLists.txt

7 lines
148 B
CMake
Raw Permalink Normal View History

2026-03-26 23:23:20 +00:00
file(GLOB_RECURSE SOURCES "*.cpp")
idf_component_register(SRCS "${SOURCES}"
INCLUDE_DIRS "."
REQUIRES arduino-esp32 SPIFlash_LowPowerLab
)