OVMS3-idf/examples/bluetooth/esp_hid_device/main/CMakeLists.txt
Hristo Gochkov 25281ef4de Add HID Support to IDF
- Adds HID Host support in Buedroid
- Adds BLE HID Host and Device support
- Adds some general HID utilities and definitions to help integrate with other stacks and native USB
2020-04-29 17:24:01 +08:00

6 lines
136 B
CMake

set(COMPONENT_SRCS "esp_hid_device_main.c"
"esp_hid_gap.c")
set(COMPONENT_ADD_INCLUDEDIRS ".")
register_component()