OVMS3-idf/examples/bluetooth/bluedroid/ble/ble_hid_device_demo/main/CMakeLists.txt
2019-11-20 11:17:27 +01:00

8 lines
305 B
CMake

idf_component_register(SRCS "ble_hidd_demo_main.c"
"esp_hidd_prf_api.c"
"hid_dev.c"
"hid_device_le_prf.c"
INCLUDE_DIRS ".")
target_compile_options(${COMPONENT_LIB} PRIVATE -Wno-unused-const-variable)