5 lines
No EOL
166 B
CMake
5 lines
No EOL
166 B
CMake
if(IDF_TARGET STREQUAL "esp32")
|
|
idf_component_register(SRC_DIRS "."
|
|
INCLUDE_DIRS "."
|
|
REQUIRES unity sdmmc)
|
|
endif() |