add cmakelists for idf.py
This commit is contained in:
parent
47f686d8ed
commit
cd51f646a0
|
|
@ -0,0 +1,6 @@
|
||||||
|
file(GLOB_RECURSE SOURCES "*.cpp")
|
||||||
|
|
||||||
|
idf_component_register(SRCS "${SOURCES}"
|
||||||
|
INCLUDE_DIRS "."
|
||||||
|
REQUIRES arduino-esp32 SPIFlash_LowPowerLab
|
||||||
|
)
|
||||||
Loading…
Reference in New Issue