esp-idf/components/usb/test_apps/common/CMakeLists.txt

8 wiersze
293 B
CMake

idf_component_register(SRCS "dev_hid.c"
"dev_isoc.c"
"dev_msc.c"
"mock_msc.c"
"test_usb_common.c"
INCLUDE_DIRS "."
REQUIRES usb unity)