6 lines
83 B
CMake
6 lines
83 B
CMake
idf_component_register(
|
|
SRC_DIRS "."
|
|
INCLUDE_DIRS "."
|
|
REQUIRES "spi"
|
|
)
|