OVMS3-idf/examples/bluetooth/ble_hid_device_demo/main/CMakeLists.txt
2019-05-14 18:01:14 +08:00

12 lines
319 B
CMake

set(COMPONENT_SRCS "ble_hidd_demo_main.c"
"esp_hidd_prf_api.c"
"hid_dev.c"
"hid_device_le_prf.c")
set(COMPONENT_ADD_INCLUDEDIRS ".")
register_component()
if(GCC_NOT_5_2_0)
target_compile_options(${COMPONENT_LIB} PRIVATE -Wno-unused-const-variable)
endif()