espressif_idf-extra-components/examples/peripherals/usb/host/cdc/common/cdc_acm_host/CMakeLists.txt

4 lines
122 B
CMake
Raw Normal View History

2021-07-16 10:01:15 +02:00
idf_component_register(SRCS "cdc_acm_host.c"
INCLUDE_DIRS "include"
REQUIRES usb)