Files
tinyUSB/examples/device/cdc_msc_freertos/src/CMakeLists.txt

4 lines
156 B
CMake
Raw Normal View History

idf_component_register(SRCS "main.c" "usb_descriptors.c" "msc_disk.c"
INCLUDE_DIRS "."
2023-03-30 11:37:36 +07:00
REQUIRES boards tinyusb_src)