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

6 lines
187 B
CMake

idf_component_register(SRCS "main.c"
PRIV_REQUIRES
usb
esp_psram # Required for CONFIG_SPIRAM
)