esp-idf/examples/peripherals/usb/host/msc/main/CMakeLists.txt

4 lines
129 B
CMake

idf_component_register(SRCS "msc_example_main.c"
INCLUDE_DIRS ""
REQUIRES usb msc fatfs)