7 lines
148 B
CMake
7 lines
148 B
CMake
|
|
file(GLOB_RECURSE SOURCES "*.cpp")
|
||
|
|
|
||
|
|
idf_component_register(SRCS "${SOURCES}"
|
||
|
|
INCLUDE_DIRS "."
|
||
|
|
REQUIRES arduino-esp32 SPIFlash_LowPowerLab
|
||
|
|
)
|