RFM69_LowPowerLab/CMakeLists.txt

7 lines
148 B
CMake

file(GLOB_RECURSE SOURCES "*.cpp")
idf_component_register(SRCS "${SOURCES}"
INCLUDE_DIRS "."
REQUIRES arduino-esp32 SPIFlash_LowPowerLab
)