esp-idf/examples/peripherals/usb/host/hid/main/CMakeLists.txt

5 lines
162 B
CMake
Raw Normal View History

2022-12-01 07:44:20 -05:00
idf_component_register(SRCS "hid_host_example.c"
INCLUDE_DIRS "."
PRIV_REQUIRES usb driver
)