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

5 lines
171 B
CMake
Raw Normal View History

# This file is for ESP-IDF only
idf_component_register(SRCS main.c usb_descriptors.c
INCLUDE_DIRS "."
REQUIRES boards tinyusb_src)