7 lines
123 B
CMake
7 lines
123 B
CMake
idf_component_register(
|
|
SRCS "main.cpp"
|
|
PRIV_REQUIRES
|
|
spi_flash
|
|
blk_box_lib
|
|
INCLUDE_DIRS "")
|