Files
esp-idf/components/usb/test_apps/common/CMakeLists.txt
2025-03-26 12:49:31 +01:00

11 lines
427 B
CMake

idf_component_register(SRCS "dev_hid.c"
"dev_isoc.c"
"dev_msc.c"
"mock_msc.c"
"phy_common.c"
"hcd_common.c"
INCLUDE_DIRS
"../../private_include" # hcd and urb
"."
REQUIRES usb unity)