espressif_idf-extra-components/usb/usb_host_uvc/test/CMakeLists.txt

4 lines
175 B
CMake
Raw Normal View History

2022-08-11 14:48:36 +02:00
idf_component_register(SRCS "test_uvc.c" "libusb_parse.c"
INCLUDE_DIRS "." "../private_include"
REQUIRES usb_host_uvc usb unity)