mirror of
https://github.com/espressif/esp-idf
synced 2025-04-02 12:50:12 -04:00
9 lines
223 B
CMake
9 lines
223 B
CMake
set(srcs "esp_hid_host_main.c"
|
|
"esp_hid_gap.c")
|
|
|
|
set(include_dirs ".")
|
|
|
|
idf_component_register(SRCS "${srcs}"
|
|
INCLUDE_DIRS "${include_dirs}"
|
|
REQUIRES esp_hid)
|