esp-idf/examples/peripherals/usb/host/hid/main/CMakeLists.txt
Tomas Rezucha a5e647cf7f refactor(usb/examples): Depend on new esp_driver_gpio
This will exclude unneeded drivers from the build.
2024-01-18 07:28:06 +01:00

5 lines
171 B
CMake

idf_component_register(SRCS "hid_host_example.c"
INCLUDE_DIRS "."
PRIV_REQUIRES usb esp_driver_gpio
)