7 lines
292 B
CMake
7 lines
292 B
CMake
file(GLOB SRCS "main.cpp" "*.cpp" "*.c" "**/*.cpp" "**/*.c")
|
|
idf_component_register(SRCS ${SRCS}
|
|
PRIV_REQUIRES
|
|
spi_flash
|
|
nvs_flash
|
|
INCLUDE_DIRS "." "display" "touch" "network" "ui" "io" "common")
|