OVMS3-idf/examples/bluetooth/bluedroid/ble/ble_hid_device_demo/main/CMakeLists.txt

8 lines
305 B
CMake
Raw Normal View History

idf_component_register(SRCS "ble_hidd_demo_main.c"
"esp_hidd_prf_api.c"
"hid_dev.c"
"hid_device_le_prf.c"
INCLUDE_DIRS ".")
2019-11-05 11:20:26 +00:00
target_compile_options(${COMPONENT_LIB} PRIVATE -Wno-unused-const-variable)