OVMS3-idf/examples/bluetooth/ble_hid_device_demo/main/CMakeLists.txt
2019-06-21 19:53:29 +08:00

10 lines
335 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 ".")
if(GCC_NOT_5_2_0)
target_compile_options(${COMPONENT_LIB} PRIVATE -Wno-unused-const-variable)
endif()