mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-18 23:54:39 +00:00
5 lines
162 B
CMake
5 lines
162 B
CMake
idf_component_register(SRCS "hid_host_example.c"
|
|
INCLUDE_DIRS "."
|
|
PRIV_REQUIRES usb driver
|
|
)
|