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

4 lines
175 B
CMake
Raw Normal View History

idf_component_register(SRCS "test_usb_common.c" "test_usb_mock_msc.c" "test_usb_mock_hid.c"
INCLUDE_DIRS "."
REQUIRES usb unity)