Files
esp-idf/examples/peripherals/usb/host/uvc/main/CMakeLists.txt
2022-08-29 10:44:39 +02:00

4 lines
200 B
CMake

idf_component_register(SRCS "main.c" "tcp_server.c"
INCLUDE_DIRS ""
REQUIRES protocol_examples_common nvs_flash usb mdns esp_ringbuf esp_timer esp_wifi driver)