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

4 lines
123 B
CMake
Raw Normal View History

idf_component_register(SRCS "msc_example_main.c"
INCLUDE_DIRS ""
REQUIRES usb vfs)