Add missing idf cmake file.
This commit is contained in:
4
examples/device/webusb_serial/src/CMakeLists.txt
Normal file
4
examples/device/webusb_serial/src/CMakeLists.txt
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# This file is for ESP-IDF only
|
||||||
|
idf_component_register(SRCS "main.c" "usb_descriptors.c"
|
||||||
|
INCLUDE_DIRS "."
|
||||||
|
REQUIRES boards tinyusb_src)
|
Reference in New Issue
Block a user